From 10b5414837fc272b73922e01d2fe24ddd5080293 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Wed, 15 Apr 2020 13:19:34 +0800 Subject: Google Analytics support --- layouts/partials/head.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'layouts/partials/head.html') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 91acb3c..0362712 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -13,6 +13,8 @@ {{ .Title }} - {{ .Site.Title }} {{ end }} +{{ partial "analytic-google.html" . }} + {{ $options := (dict "targetPath" "css/main.min.css" "outputStyle" "compressed") }} {{ $style := resources.Get "sass/main.scss" | resources.ToCSS $options }} -- cgit v1.2.3