diff --git a/layouts/blog/single.html b/layouts/blog/single.html index d490f2f..3123c53 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -50,6 +50,9 @@
{{ template "_internal/disqus.html" . }}
+ {{ if .Site.Params.issoHost }} +
+ {{ end }} diff --git a/layouts/partials/footer_scripts.html b/layouts/partials/footer_scripts.html index 506cd6d..7b39eaa 100644 --- a/layouts/partials/footer_scripts.html +++ b/layouts/partials/footer_scripts.html @@ -18,6 +18,15 @@ {{ end }} +{{ if .Site.Params.issoHost }} + +{{ end }} + {{ template "_internal/google_analytics_async.html" . }}