feat: Add AdSense, Privacy Policy, and SEO improvements
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 13s
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 13s
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
{{ partial "head/extensions.html" . }}
|
||||
|
||||
{{ if .Site.Params.adsense.client }}
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client={{ .Site.Params.adsense.client }}"
|
||||
<script async
|
||||
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client={{ .Site.Params.adsense.client }}"
|
||||
crossorigin="anonymous"></script>
|
||||
{{ end }}
|
||||
|
||||
{{ partial "head/json-ld.html" . }}
|
||||
Reference in New Issue
Block a user