add adsense option
This commit is contained in:
10
layouts/partials/adsense-display.html
Normal file
10
layouts/partials/adsense-display.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!-- ad-display -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-client="{{- .Site.Params.adsense.clientID -}}"
|
||||
data-ad-slot="{{- .Site.Params.adsense.slotDisplay -}}"
|
||||
data-ad-format="auto"
|
||||
data-full-width-responsive="true"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
Reference in New Issue
Block a user