diff options
author | Taiju Muto <hello@tai2.net> | 2014-07-03 22:56:53 +0900 |
---|---|---|
committer | Taiju Muto <hello@tai2.net> | 2014-07-03 22:56:53 +0900 |
commit | 8e4b1d196941aeeb882bada4082b330da78fff19 (patch) | |
tree | f76406748543e173b2b8992cc9ae2ff80a0da72e | |
parent | 41a3756df7c7353be7fbc2d1aba40b8cb537fed9 (diff) | |
download | pelican-themes-8e4b1d196941aeeb882bada4082b330da78fff19.tar.gz |
Use {{FEED_DOMAIN}} variable.
-rw-r--r-- | built-texts/templates/base.html | 2 |
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 %} |