diff options
author | Dan McGee <dan@archlinux.org> | 2012-11-21 00:19:23 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-11-21 00:19:23 -0500 |
commit | 9db1d4c6a0c60f32628dbd8d217fbd6c3ba99509 (patch) | |
tree | 808ded037ac76680b1e95d87da4187b95ba1b953 | |
parent | c81a9271b8bbc03418442c01d50a4c4945999e71 (diff) |
Minor download template tweaks
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | templates/public/download.html | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index 5f6f2d02..3005ffb3 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -20,7 +20,7 @@ <ul> <li><strong>Current Release:</strong> {{ release.version }}</li> - <li><strong>Included Kernel:</strong> {{ release.kernel_version }}</li> + {% if release.kernel_version %}<li><strong>Included Kernel:</strong> {{ release.kernel_version }}</li>{% endif %} <li><a href="https://wiki.archlinux.org/index.php/Installation_Guide">Installation Guide</a></li> <li><strong>Resources:</strong> <ul> @@ -49,19 +49,15 @@ <p>If you can spare the bytes, please leave the client open after your download is finished, so you can seed it back to others. <em>A web-seed capable client is recommended for fastest download speeds.</em></p> - <ul> - <li><a href="https://www.archlinux.org/{{ release.iso_url }}.torrent" - title="Download for both architectures">Download torrent for {{ release.version }}</a> - (<a href="{{ release.magnet_uri }}">Magnet</a>)</li> - </ul> + <p><a href="https://www.archlinux.org/{{ release.iso_url }}.torrent" + title="Download for both architectures">Download torrent for {{ release.version }}</a> + (<a href="{{ release.magnet_uri }}">Magnet</a>)</p> <h3>Netboot</h3> <p>If you have a wired connection, you can boot the latest release directly over the network.</p> - <ul> - <li><a href="{{ releng_pxeboot_url }}" - title="Arch Linux Netboot Live System">Arch Linux Netboot</a></li> - </ul> + <p><a href="{{ releng_pxeboot_url }}" + title="Arch Linux Netboot Live System">Arch Linux Netboot</a></p> <h3>HTTP Direct Downloads</h3> |