Fixed RSS
This commit is contained in:
parent
d63c0ccb0e
commit
f683274255
@ -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 }}
|
|
@ -1,5 +1,5 @@
|
|||||||
<div class="sns-social hidden-print">
|
<div class="sns-social hidden-print">
|
||||||
{{ with .Site.Params.rss }}
|
{{ with .RSSLink }}
|
||||||
<a href="{{ . }}" title="Subscribe">
|
<a href="{{ . }}" title="Subscribe">
|
||||||
<i class="fa fa-rss"></i>
|
<i class="fa fa-rss"></i>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user