aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorraimon <raimon49@hotmail.com>2015-04-04 20:49:13 +0900
committerraimon <raimon49@hotmail.com>2015-04-04 20:49:13 +0900
commit0399866e3f1af4c9832d942512f5bff92bacbbe9 (patch)
treecc76ef33ada4a175f4c234e854eeb64ad96bd0ab /templates
parentfaa7c043fe0cb8373a2655344d580782a2f05147 (diff)
Fix brace at 'NEST_SITEMAP_RSS_LINK'
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 55bf747..0bbf0e3 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -126,7 +126,7 @@
<li><a href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}" type="application/atom+xml" rel="alternate">{{ NEST_SITEMAP_ATOM_LINK }}</a></li>
{% endif %}
{% if FEED_ALL_RSS %}
- <li><a href="{{ FEED_DOMAIN }}/{{ FEED_ALL_RSS }}" type="application/rss+xml" rel="alternate">{ NEST_SITEMAP_RSS_LINK }}</a></li>
+ <li><a href="{{ FEED_DOMAIN }}/{{ FEED_ALL_RSS }}" type="application/rss+xml" rel="alternate">{{ NEST_SITEMAP_RSS_LINK }}</a></li>
{% endif %}
</ul>
</div>