diff options
author | Dan McGee <dan@archlinux.org> | 2013-01-19 17:36:49 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-01-19 17:36:51 +0100 |
commit | 721f092e4a36a58da2f701973521fb087a977693 (patch) | |
tree | baf1a1abfe26bac2637c669ea5016111adef5e4e /templates/public/download.html | |
parent | fbc153ed456f2f4aa730580f942d10d973fd1ea9 (diff) | |
download | archweb-721f092e4a36a58da2f701973521fb087a977693.tar.gz archweb-721f092e4a36a58da2f701973521fb087a977693.tar.xz |
Publicize the releases feed
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/download.html')
-rw-r--r-- | templates/public/download.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index 7de4977..8ddbc23 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -6,7 +6,10 @@ {% block title %}Arch Linux - Downloads{% endblock %} -{% block head %}<link rel="stylesheet" type="text/css" href="{% static "flags/fam.css" %}" media="screen, projection" />{% endblock %} +{% block head %} +<link rel="stylesheet" type="text/css" href="{% static "flags/fam.css" %}" media="screen, projection" /> +<link rel="alternate" type="application/rss+xml" title="Arch Linux Releases" href="/feeds/releases/" /> +{% endblock %} {% block navbarclass %}anb-download{% endblock %} |