diff --git a/source/templates/hippie/_default.njk b/source/templates/hippie/_default.njk
index 77a73ff..2fcbcd1 100644
--- a/source/templates/hippie/_default.njk
+++ b/source/templates/hippie/_default.njk
@@ -7,9 +7,8 @@
{% block head %}
-
- {{ hippie.titlePrefix }}
- {% block title %}{% endblock %}{{ hippie.titlePostfix }}
+ {{ hippie.titlePrefix }}
+ {%- block title %}{% endblock %}{{ hippie.titlePostfix }}
{% block meta %}
{% include "hippie/partials/_head_meta.njk" %}
diff --git a/source/templates/hippie/_main.njk b/source/templates/hippie/_main.njk
index a8d409e..9a76aad 100644
--- a/source/templates/hippie/_main.njk
+++ b/source/templates/hippie/_main.njk
@@ -7,9 +7,8 @@
{% block head %}
-
- {{ hippie.titlePrefix }}
- {% block title %}{% endblock %}{{ hippie.titlePostfix }}
+ {{ hippie.titlePrefix }}
+ {%- block title %}{% endblock %}{{ hippie.titlePostfix }}
{% block meta %}
{% include "hippie/partials/_head_meta.njk" %}
diff --git a/source/templates/hippie/_maintenance.njk b/source/templates/hippie/_maintenance.njk
index d8b3087..975874b 100644
--- a/source/templates/hippie/_maintenance.njk
+++ b/source/templates/hippie/_maintenance.njk
@@ -6,9 +6,8 @@
{% block head %}
-
- {{ hippie.titlePrefix }}
- {% block title %}{% endblock %}{{ hippie.titlePostfix }}
+ {{ hippie.titlePrefix }}
+ {%- block title %}{% endblock %}{{ hippie.titlePostfix }}
{% block meta %}
{% include "hippie/partials/_head_meta.njk" %}