diff options
Diffstat (limited to 'templates')
-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 |