diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index ce8a396..0acca68 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -8,8 +8,8 @@
-
-
+ {{ cond (eq .Page.Kind "page") (safeHTML (printf "" .Site.BaseURL)) "" }}
+
diff --git a/layouts/partials/tail.html b/layouts/partials/tail.html
new file mode 100644
index 0000000..5788a4b
--- /dev/null
+++ b/layouts/partials/tail.html
@@ -0,0 +1,11 @@
+
+ {{ cond (eq .Page.Kind "page") (safeHTML (printf "" .Site.BaseURL)) ""}}
+