Use absolute link to reference atom feed from nav

This is required otherwise links to the atom feed on any post or tag
page will be broken.

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
This commit is contained in:
Collin J. Doering 2015-08-15 05:37:56 -04:00
parent af5ab576fb
commit 98d564f061
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@
<a class="menuitem" href="$url$">$title$</a>
</li>
$endfor$
<a class="rss-icon" href="atom.xml"></a>
<a class="rss-icon" href="/atom.xml"></a>
</ul>
</div>