10 years later #1
3 changed files with 5 additions and 4 deletions
|
|
@ -9,9 +9,10 @@ module.exports = function (eleventyConfig) {
|
||||||
});
|
});
|
||||||
|
|
||||||
eleventyConfig.addGlobalData("hippie", {
|
eleventyConfig.addGlobalData("hippie", {
|
||||||
|
pageBase: './',
|
||||||
brand: 'hippie',
|
brand: 'hippie',
|
||||||
titlePrefix: ' - HIPPIE',
|
titlePrefix: '',
|
||||||
pageBase: './'
|
titlePostfix: ' - HIPPIE'
|
||||||
});
|
});
|
||||||
|
|
||||||
eleventyConfig.addPassthroughCopy({"source/art/images": "art"});
|
eleventyConfig.addPassthroughCopy({"source/art/images": "art"});
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ const config = {
|
||||||
|
|
||||||
hippie: {
|
hippie: {
|
||||||
brand: 'hippie',
|
brand: 'hippie',
|
||||||
titlePrefix: ' - HIPPIE',
|
titlePostfix: ' - HIPPIE',
|
||||||
pageBase: './'
|
pageBase: './'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
{% block head %}
|
{% block head %}
|
||||||
<title>
|
<title>
|
||||||
{% block title %}{% endblock %}{{ hippie.titlePrefix }}</title>
|
{% block title %}{% endblock %}{{ hippie.titlePostfix }}</title>
|
||||||
|
|
||||||
{% include "demo/partials/_meta.njk" %}
|
{% include "demo/partials/_meta.njk" %}
|
||||||
{# <base href="/"> #}
|
{# <base href="/"> #}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue