Skip to content

Commit

Permalink
Merge pull request #36 from Ndacyayisenga-droid/titlepatch1
Browse files Browse the repository at this point in the history
The <title> of the page displays includes the title of the current component
  • Loading branch information
kito99 authored Sep 3, 2024
2 parents 8342895 + f4a527b commit d5e246e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/partials/head-title.hbs
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
<title>{{{detag (or page.title defaultPageTitle)}}}{{#with site.title}} :: {{this}}{{/with}}</title>
<title>{{{detag (or page.title defaultPageTitle)}}}{{#with
page.component.title
}} :: {{this}}{{/with}}{{#with site.title}} :: {{this}}{{/with}}</title>

0 comments on commit d5e246e

Please sign in to comment.