diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html index 64f5a64..2818a17 100644 --- a/layouts/partials/comments.html +++ b/layouts/partials/comments.html @@ -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" . }} + diff --git a/layouts/partials/google/adsense.html b/layouts/partials/google/adsense.html new file mode 100644 index 0000000..e7aada4 --- /dev/null +++ b/layouts/partials/google/adsense.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 793405b..b384d1b 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -6,6 +6,7 @@ {{ template "_internal/google_analytics.html" . }} +{{ partial "google/adsense.html" . }}