diff --git a/content/themes/paper-houses b/content/themes/paper-houses deleted file mode 120000 index 9e98aca..0000000 --- a/content/themes/paper-houses +++ /dev/null @@ -1 +0,0 @@ -/Users/matthias/Programs/MatthiasPortzel.com-6-Ghost/paper-houses-theme \ No newline at end of file diff --git a/paper-houses-theme/_default.hbs b/paper-houses-theme/_default.hbs index fa6f3d0..0555d4d 100644 --- a/paper-houses-theme/_default.hbs +++ b/paper-houses-theme/_default.hbs @@ -2,7 +2,8 @@ {{!-- Basic meta - advanced meta is output with {ghost_head} below --}} - {{meta_title}} + {{{block "title"}}} + diff --git a/paper-houses-theme/about.hbs b/paper-houses-theme/about.hbs index 112c31f..8bf22d9 100644 --- a/paper-houses-theme/about.hbs +++ b/paper-houses-theme/about.hbs @@ -1,5 +1,7 @@ {{!< _default }} +{{#contentFor "title"}}Matthias Portzel{{/contentFor}} + {{!-- Scope to load data from the page --}} {{#page}} diff --git a/paper-houses-theme/backroom.hbs b/paper-houses-theme/backroom.hbs index df5c210..73e6e10 100644 --- a/paper-houses-theme/backroom.hbs +++ b/paper-houses-theme/backroom.hbs @@ -2,6 +2,8 @@ {{!-- The tag above means: insert everything in this file into the {body} of the _default.hbs template --}} +{{#contentFor "title"}}Matthias Portzel – The Backrooms{{/contentFor}} + {{!-- The main content area --}}

The Backroom

diff --git a/paper-houses-theme/ideas.hbs b/paper-houses-theme/ideas.hbs index d524eb1..49544b9 100644 --- a/paper-houses-theme/ideas.hbs +++ b/paper-houses-theme/ideas.hbs @@ -1,5 +1,7 @@ {{!< _default }} +{{#contentFor "title"}}Matthias Portzel – Ideas{{/contentFor}} +

Ideas

diff --git a/paper-houses-theme/post.hbs b/paper-houses-theme/post.hbs index a58700f..481c143 100644 --- a/paper-houses-theme/post.hbs +++ b/paper-houses-theme/post.hbs @@ -6,6 +6,8 @@ into the {body} tag of the default.hbs template --}} {{#post}} {{!-- Everything inside the #post block pulls data from the post --}} +{{#contentFor "title"}}Matthias Portzel – {{title}}{{/contentFor}} +

{{title}}

{{content}} diff --git a/paper-houses-theme/projects.hbs b/paper-houses-theme/projects.hbs index fd48e3a..8901b5b 100644 --- a/paper-houses-theme/projects.hbs +++ b/paper-houses-theme/projects.hbs @@ -1,5 +1,7 @@ {{!< _default}} +{{#contentFor "title"}}Matthias Portzel – Projects{{/contentFor}} +

Projects