aboutsummaryrefslogtreecommitdiffstats
path: root/built-texts/templates
diff options
context:
space:
mode:
authorTaiju Muto <hello@tai2.net>2014-07-03 22:56:53 +0900
committerTaiju Muto <hello@tai2.net>2014-07-03 22:56:53 +0900
commit8e4b1d196941aeeb882bada4082b330da78fff19 (patch)
treef76406748543e173b2b8992cc9ae2ff80a0da72e /built-texts/templates
parent41a3756df7c7353be7fbc2d1aba40b8cb537fed9 (diff)
downloadpelican-themes-8e4b1d196941aeeb882bada4082b330da78fff19.zip
pelican-themes-8e4b1d196941aeeb882bada4082b330da78fff19.tar.gz
pelican-themes-8e4b1d196941aeeb882bada4082b330da78fff19.tar.bz2
Use {{FEED_DOMAIN}} variable.
Diffstat (limited to 'built-texts/templates')
-rw-r--r--built-texts/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/built-texts/templates/base.html b/built-texts/templates/base.html
index e352a5e..b7c3dfb 100644
--- a/built-texts/templates/base.html
+++ b/built-texts/templates/base.html
@@ -109,7 +109,7 @@
</i>Tags</a></li>
{% if FEED_RSS %}
- <li> <a href="{{ SITEURL }}/{{ FEED_RSS }}" rel="alternate">
+ <li> <a href="{{ FEED_DOMAIN }}/{{ FEED_RSS }}" rel="alternate">
<i class="icon-rss" style="color: #1f334b"></i>
RSS Feed</a></li>
{% endif %}