Fixed RSS by hardcoding it
This commit is contained in:
parent
f683274255
commit
23a6bfeb41
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user