Disable Google Analytics
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danila Fedorin 2020-04-08 21:50:44 -07:00
parent 7f3883fb39
commit fd77fe078a
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -14,7 +14,6 @@
<link rel="icon" type="image/png" href="{{ $icon.Permalink }}">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous">
{{ template "_internal/google_analytics.html" . }}
<title>{{ .Title }}</title>
</head>