fix: fix seo bug

This commit is contained in:
Dillon
2019-08-24 20:25:05 +08:00
parent 5cc4fdbe46
commit 280ec376f4
2 changed files with 4 additions and 1 deletions

View File

@@ -161,4 +161,6 @@
{{ $res := resources.Get "/js/blog.js" | resources.Minify }}
<script src="{{ $res.RelPermalink }}"></script>
{{ template "_internal/google_analytics_async.html" . }}
{{ if not .Site.IsServer }}
{{ template "_internal/google_analytics_async.html" . }}
{{ end }}