mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Adding the option to turn off Google Analytics & Fix Latest Posts List (#144)
* adding option to turn off Google Analytics * fixing the latest posts list
This commit is contained in:

committed by
GitHub

parent
9ea1d79fb2
commit
038d6623a0
@@ -41,7 +41,9 @@ fathom('trackPageview');
|
||||
<!-- / Fathom -->
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.googleAnalyticsEnabled }}
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
{{ end }}
|
||||
|
||||
<script>
|
||||
window.onload = function() {
|
||||
|
Reference in New Issue
Block a user