Update theme with google code.
This commit is contained in:
parent
0dc364f3e2
commit
94298ea2b3
@ -6,3 +6,5 @@ Hugo directory and insert:
|
|||||||
|
|
||||||
or whatever comment engine you want -> https://gohugo.io/content-management/comments/#readout
|
or whatever comment engine you want -> https://gohugo.io/content-management/comments/#readout
|
||||||
-->
|
-->
|
||||||
|
{{ template "_internal/disqus.html" . }}
|
||||||
|
|
||||||
|
1
layouts/partials/google/adsense.html
Normal file
1
layouts/partials/google/adsense.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<script data-ad-client="ca-pub-9891710027669325" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
@ -6,6 +6,7 @@
|
|||||||
<link rel="canonical" href="{{ .Permalink }}" />
|
<link rel="canonical" href="{{ .Permalink }}" />
|
||||||
|
|
||||||
{{ template "_internal/google_analytics.html" . }}
|
{{ template "_internal/google_analytics.html" . }}
|
||||||
|
{{ partial "google/adsense.html" . }}
|
||||||
|
|
||||||
<!-- Theme CSS -->
|
<!-- Theme CSS -->
|
||||||
<link rel="stylesheet" href="{{ "assets/style.css" | absURL }}">
|
<link rel="stylesheet" href="{{ "assets/style.css" | absURL }}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user