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