commit 38f0c0ab5ad773be9335468c2319c4682731927b parent d7a69e4c69546b7c291a6cc27a98e1c244482062 Author: Yohanes Bandung <hi@ybbond.dev> Date: Tue, 19 May 2020 21:05:26 +0700 feature: added GoatCounter. init, only header script Diffstat:
| M | layouts/partials/head/head.html | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/layouts/partials/head/head.html b/layouts/partials/head/head.html @@ -18,6 +18,7 @@ <script type="application/javascript" src="{{ .Site.BaseURL }}darkToggler.js" async="true"></script> <script type="application/javascript" src="{{ .Site.BaseURL }}lazyImage.js" async="true"></script> +<script data-goatcounter="https://stats.ybbond.dev/count" async="true" src="//gc.zgo.at/count.js"></script> <style> {{ with resources.Get "styles.scss" | resources.ToCSS | resources.Minify }}