diff options
-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 %} |