Add google analytics?

This commit is contained in:
Danila Fedorin 2019-08-16 14:25:18 -07:00
parent 091a686070
commit 38c703f581
2 changed files with 2 additions and 0 deletions

View File

@ -4,3 +4,4 @@ title = "Daniel's Blog"
theme = "vanilla"
pygmentsCodeFences = true
pygmentsStyle = "github"
googleAnalytics = "UA-145822895-1"

View File

@ -9,6 +9,7 @@
<link rel="stylesheet" href="{{ $style.Permalink }}">
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML' async></script>
{{ template "_internal/google_analytics.html" . }}
<title>{{ .Title }}</title>
</head>