diff --git a/.eleventy.js b/.eleventy.js index ce05d34..da25e16 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -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"}); diff --git a/gulp/config.js b/gulp/config.js index 257f453..7a03f07 100644 --- a/gulp/config.js +++ b/gulp/config.js @@ -17,7 +17,7 @@ const config = { hippie: { brand: 'hippie', - titlePrefix: ' - HIPPIE', + titlePostfix: ' - HIPPIE', pageBase: './' } }; diff --git a/source/templates/demo/_default.njk b/source/templates/demo/_default.njk index 902d5fb..1f67848 100644 --- a/source/templates/demo/_default.njk +++ b/source/templates/demo/_default.njk @@ -6,7 +6,7 @@ {% block head %}