summaryrefslogtreecommitdiffstats
path: root/templates/public/download.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public/download.html')
-rw-r--r--templates/public/download.html5
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 %}