We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddf64c0 + 501bc58 commit 5571c6fCopy full SHA for 5571c6f
src/partials/head-title.hbs
@@ -1 +1,2 @@
1
- <title>{{{detag (or page.title defaultPageTitle)}}}{{#with site.title}} :: {{this}}{{/with}}</title>
+ <title>{{{detag (or page.title defaultPageTitle)}}}{{#if (ne page.module 'ROOT')}} :: {{page.module}}{{/if}}{{#if (ne page.component.name 'home')}} :: {{page.component.title}}{{/if}}{{#with site.title}} :: {{this}}{{/with}}</title>
2
+ <!-- <title>{{{detag (or page.title defaultPageTitle)}}}{{#if (ne site.component.name 'home')}} :: {{site.component.name}}{{/if}}{{#with site.title}} :: {{this}}{{/with}}</title> -->
0 commit comments