Update theme with google code.

This commit is contained in:
Jonathan Ling 2020-03-23 22:09:12 -04:00
parent 0dc364f3e2
commit 94298ea2b3
3 changed files with 4 additions and 0 deletions

View File

@ -6,3 +6,5 @@ Hugo directory and insert:
or whatever comment engine you want -> https://gohugo.io/content-management/comments/#readout
-->
{{ template "_internal/disqus.html" . }}

View File

@ -0,0 +1 @@
<script data-ad-client="ca-pub-9891710027669325" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

View File

@ -6,6 +6,7 @@
<link rel="canonical" href="{{ .Permalink }}" />
{{ template "_internal/google_analytics.html" . }}
{{ partial "google/adsense.html" . }}
<!-- Theme CSS -->
<link rel="stylesheet" href="{{ "assets/style.css" | absURL }}">