diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index 4e2505e..af7988f 100644
--- a/layouts/blog/single.html
+++ b/layouts/blog/single.html
@@ -1,5 +1,13 @@
{{ partial "header.html" . }}
+{{ if .Site.Params.issoHost }}
+
+{{ end }}
+
@@ -73,6 +81,12 @@
{{ if .Site.Params.issoHost }}
+
{{ end }}
diff --git a/layouts/partials/footer_scripts.html b/layouts/partials/footer_scripts.html
index 1605f8b..a7a71cd 100644
--- a/layouts/partials/footer_scripts.html
+++ b/layouts/partials/footer_scripts.html
@@ -20,16 +20,6 @@
{{ end }}
-
-{{ if .Site.Params.issoHost }}
-
-{{ end }}
-
{{ if .Site.Params.share }}
{{ end }}
diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html
index e219463..6b917b2 100644
--- a/layouts/partials/head_includes.html
+++ b/layouts/partials/head_includes.html
@@ -44,14 +44,6 @@