summaryrefslogtreecommitdiff
path: root/templates/news
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2018-01-15 13:15:27 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2018-01-15 13:15:27 -0500
commitdfeaab66986bcb34d6bc208c5a4a7a585fe1bf96 (patch)
tree8abf983a5ce8842e1a012f30428677e16fbe1cad /templates/news
parentea3160d4149a18cb070bec788d57fd6c8ec0da84 (diff)
Normalize whitespace in {{ VARNAME }}
Diffstat (limited to 'templates/news')
-rw-r--r--templates/news/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/news/list.html b/templates/news/list.html
index 8662a91b..7bc65721 100644
--- a/templates/news/list.html
+++ b/templates/news/list.html
@@ -4,7 +4,7 @@
{% block title %}{{ BRANDING_DISTRONAME }} - News{% endblock %}
{% block head %}
-<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 }} News Updates" href="/feeds/news/" />
{% endblock %}
{% block content %}