From 15bca4596517e90d27a3d1c27fc382af4707b64e Mon Sep 17 00:00:00 2001 From: sthag Date: Sun, 11 Aug 2024 18:44:43 +0200 Subject: [PATCH] fix: indentation in title --- source/templates/hippie/_default.njk | 5 ++--- source/templates/hippie/_main.njk | 5 ++--- source/templates/hippie/_maintenance.njk | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) 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" %}