Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _data/downloads-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- r_version: testing
snippets:
- snippet: This is a testing release.
url: /doc/testing/
url: https://doc.qubes-os.org/en/latest/user/downloading-installing-upgrading/testing.html
- snippet: Please help us improve it by reporting any bugs you encounter. For important work, we recommend the latest stable release.
- r_version: stable
snippets:
Expand All @@ -27,7 +27,7 @@
- text: Detached PGP signature
- text: Release signing key
- text: How to verify downloads
url: /security/verifying-signatures/
url: https://doc.qubes-os.org/en/latest/project-security/verifying-signatures.html
- text: All download mirrors
url: '#mirrors'
hover: View all download mirrors
Expand Down
10 changes: 1 addition & 9 deletions _includes/downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,7 @@ <h3 id="{{ release_name | slugify }}">{{ release_name }}</h3>
{% for docdata in release.docs %}
{% assign doc_name = docdata[0] %}
{% assign doc = docdata[1] %}
{% if doc_name == "Installation guide" %}
<li><a href="{{ lang }}{{ doc.url }}" class="black-link" title="Installation guide">{{ doc_name }}</a></li>
{% endif %}
{% if doc_name == "Release notes" %}
<li><a href="{{ lang }}{{ doc.url }}" class="black-link" title="Release notes">{{ doc_name }}</a></li>
{% endif %}
{% if doc_name == "Release schedule" %}
<li><a href="{{ lang }}{{ doc.url }}" class="black-link" title="Release schedule">{{ doc_name }}</a></li>
{% endif %}
<li><a href="{{ lang }}{{ doc.url }}" class="black-link">{{ doc_name }}</a></li>
{% endfor %}
<li><a href="{{ downcont.links[4].url }}" class="black-link" title="{{ downcont.links[4].hover }}">{{ downcont.links[4].text }}</a></li>
</ul>
Expand Down