Fixed RSS by hardcoding it

This commit is contained in:
Jakub Filo 2017-03-30 04:05:20 +02:00
parent 0e36fd0c5e
commit 2234547d03
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,7 @@
<div class="sns-social hidden-print">
{{ with .RSSLink }}
<a href="{{ . }}" title="Subscribe">
<a href="/index.xml" title="Subscribe">
<i class="fa fa-rss"></i>
</a>
{{ end }}
{{ with .Site.Params.about }}
<a href="{{ . }}" target="_self" title="About me">
<i class="fa fa-user"></i>