Fixed RSS

This commit is contained in:
Jakub Filo 2017-03-30 04:01:52 +02:00
parent 2aac7ebd7e
commit 0e36fd0c5e
2 changed files with 1 additions and 13 deletions

View File

@ -1,12 +0,0 @@
{{ with .Site.Params.google_adsense }}
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- plantroon blog -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="{{ . }}"
data-ad-slot="8599575024"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
{{ end }}

View File

@ -1,5 +1,5 @@
<div class="sns-social hidden-print">
{{ with .Site.Params.rss }}
{{ with .RSSLink }}
<a href="{{ . }}" title="Subscribe">
<i class="fa fa-rss"></i>
</a>