diff --git a/src/_includes/_layout.njk b/src/_includes/_layout.njk index 5d6608b..c015522 100644 --- a/src/_includes/_layout.njk +++ b/src/_includes/_layout.njk @@ -1,6 +1,7 @@ {% set fullTitle = [_(title), 'no hello'] | select() | join(' - ') %} + {% set escapedSubtitle = _("header.subtitle") | escape %} {{ fullTitle }} @@ -8,14 +9,14 @@ - + @@ -24,14 +25,13 @@ - {% for locale in locales %} {% endfor %} @@ -40,4 +40,4 @@ {{ content | safe }} - \ No newline at end of file +