diff --git a/config/_default/params.toml b/config/_default/params.toml index 04b83e2..807cadb 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -7,7 +7,7 @@ introDescription = "Wrangler of imaginary computers." # showShare = false # Uncomment to not show share buttons on each post. Also available in each post's front matter. # Google analytics Id -ga_analytics = "UA-183355934-1" +# ga_analytics = "UA-183355934-1" # limit the number of taxonomies links shown on the sidebar of each page by default. numberOfTagsShown = 10 # Applies for all other default & custom taxonomies. e.g categories, brands see https://gohugo.io/content-management/taxonomies#what-is-a-taxonomy diff --git a/layouts/partials/hooks/head-end.html b/layouts/partials/hooks/head-end.html new file mode 100644 index 0000000..3251b47 --- /dev/null +++ b/layouts/partials/hooks/head-end.html @@ -0,0 +1,9 @@ + + + \ No newline at end of file