diff --git a/layouts/partials/home_post.html b/layouts/partials/home_post.html
index 80080b9..f53dac5 100644
--- a/layouts/partials/home_post.html
+++ b/layouts/partials/home_post.html
@@ -16,10 +16,10 @@
{{ end }}
- {{ with .Site.Params.subtitle}}
-
- {{ . }}
-
+ {{ with .Site.Params.subtitle }}
+
+
+
{{ end }}
diff --git a/layouts/partials/home_profile.html b/layouts/partials/home_profile.html
index 3901231..c379956 100644
--- a/layouts/partials/home_profile.html
+++ b/layouts/partials/home_profile.html
@@ -12,8 +12,10 @@
{{ end }}
- {{ with .Site.Params.subtitle}}
- {{ . }}
+ {{ with .Site.Params.subtitle }}
+
+
+
{{ end }}
diff --git a/layouts/partials/js.html b/layouts/partials/js.html
index 812374d..772c19f 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -36,11 +36,20 @@
{{ $countdown := `
` }}
+
{{ $jquery | safeHTML }}
+{{ $typeit | safeHTML }}
+{{ with .Site.Params.subtitle }}
+
+{{ end }}
{{ if .IsPage }}
{{ $prettify | safeHTML }}
- {{ $typeit | safeHTML }}
{{ $countdown | safeHTML }}
{{ $scripts = $scripts | append $dynamicToTop }}
diff --git a/layouts/shortcodes/typeit.html b/layouts/shortcodes/typeit.html
index faf3df4..fefcd88 100644
--- a/layouts/shortcodes/typeit.html
+++ b/layouts/shortcodes/typeit.html
@@ -7,7 +7,7 @@
{{ end }}
{{ $id = printf "#%s" $id }}