summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2019-02-24 13:14:19 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2019-02-24 13:14:19 -0500
commit9afa8a69463e5c4b041a210466189e9bf0de35f9 (patch)
treeabc411ebbba1dea1efd709f06e484aa89bff2352
parentf40923a19d514b68bf7deec5473c92d018de46eb (diff)
git grep -l DISRO|xargs sed -i s/DISRO/DISTRO/g
-rw-r--r--templates/public/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index 516f10c4..43806e07 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -4,8 +4,8 @@
{% load wiki %}
{% block head %}
-<link rel="alternate" type="application/rss+xml" title="{{ BRANDING_DISRONAME }} News Updates" href="/feeds/news/" />
-<link rel="alternate" type="application/rss+xml" title="{{ BRANDING_DISRONAME }} Package Updates" href="/feeds/packages/" />
+<link rel="alternate" type="application/rss+xml" title="{{ BRANDING_DISTRONAME }} News Updates" href="/feeds/news/" />
+<link rel="alternate" type="application/rss+xml" title="{{ BRANDING_DISTRONAME }} Package Updates" href="/feeds/packages/" />
{% endblock %}
{% block content_left %}