10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00
3 changed files with 5 additions and 4 deletions
Showing only changes of commit 8eb377717a - Show all commits

View file

@ -9,9 +9,10 @@ module.exports = function (eleventyConfig) {
});
eleventyConfig.addGlobalData("hippie", {
pageBase: './',
brand: 'hippie',
titlePrefix: ' - HIPPIE',
pageBase: './'
titlePrefix: '',
titlePostfix: ' - HIPPIE'
});
eleventyConfig.addPassthroughCopy({"source/art/images": "art"});

View file

@ -17,7 +17,7 @@ const config = {
hippie: {
brand: 'hippie',
titlePrefix: ' - HIPPIE',
titlePostfix: ' - HIPPIE',
pageBase: './'
}
};

View file

@ -6,7 +6,7 @@
{% block head %}
<title>
{% block title %}{% endblock %}{{ hippie.titlePrefix }}</title>
{% block title %}{% endblock %}{{ hippie.titlePostfix }}</title>
{% include "demo/partials/_meta.njk" %}
{# <base href="/"> #}