Merge pull request #59 from klue/master

Fixed Google search console verification with Google Analytics.
This commit is contained in:
Michael Romero 2017-05-05 09:00:57 -07:00 committed by GitHub
commit 2dcc608138
2 changed files with 1 additions and 1 deletions

View File

@ -75,5 +75,4 @@
</script>
{{ end }}
{{ template "_internal/google_analytics.html" . }}
{{- partial "footer_custom.html" . }}

View File

@ -47,4 +47,5 @@
<link rel="stylesheet" href="{{ "css/pygment_highlights.css" | absURL }}" />
<link rel="stylesheet" href="{{ "css/highlight.min.css" | absURL }}" />
{{- partial "head_custom.html" . }}
{{ template "_internal/google_analytics_async.html" . }}
</head>