diff options
author | Dan McGee <dan@archlinux.org> | 2012-05-02 09:38:10 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-05-02 09:38:10 -0500 |
commit | a03cb4ba1994296bff4a0237439144b0b3d8f01b (patch) | |
tree | fdaf2ef328b82fca6a55db569d3fe9ea146d00f3 /templates/public/download.html | |
parent | badc535aeb1d310a9b8aa59aade07045e6eae653 (diff) |
Move release version scope up a bit on the page
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/download.html')
-rw-r--r-- | templates/public/download.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index f57e565a..6c9ccf11 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -7,11 +7,11 @@ {% block navbarclass %}anb-download{% endblock %} {% block content %} +{% with "2011.08.19" as version %} <div id="arch-downloads" class="box"> <h2>Arch Linux Downloads</h2> - {% with "2011.08.19" as version %} <h3>Release Info</h3> <p>All available images can be burned to a CD, mounted as an ISO file, @@ -164,10 +164,10 @@ {% endfor %} </div> {% endcache %} - {% endwith %} <p>If you want to become an Official Arch Linux Mirror please follow the instructions listed <a href="https://wiki.archlinux.org/index.php/DeveloperWiki:NewMirrors">here</a>.</p> </div> +{% endwith %} {% endblock %} |