diff options
author | Dan McGee <dan@archlinux.org> | 2012-11-21 00:10:12 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-11-21 00:10:12 -0500 |
commit | c81a9271b8bbc03418442c01d50a4c4945999e71 (patch) | |
tree | 464448fd81e11ea57d978c51ef8e7d0afd183323 /templates/public/download.html | |
parent | 402487b007e206b013ecbf8b3017dc1231f4bbbc (diff) |
Show release notes on downloads page
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/download.html')
-rw-r--r-- | templates/public/download.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index 5733ee94..5f6f2d02 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -32,6 +32,12 @@ </li> </ul> + {% if release.info %} + <h3>Release Notes</h3> + + <div class="article-content">{{ release.info_html }}</div> + {% endif %} + <h3>Existing Arch Users</h3> <p>If you are an existing Arch user, there is no need to download a new ISO |