Skip to content

Commit 91f68ef

Browse files
committed
use pipe to separate page title and site title in title tag
1 parent 34e0d1e commit 91f68ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partials/head-title.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<title>{{{detag (or page.title defaultPageTitle)}}}{{#unless page.home}}{{#with site.title}} :: {{this}}{{/with}}{{/unless}}</title>
1+
<title>{{{detag (or page.title defaultPageTitle)}}}{{#unless page.home}}{{#with site.title}} | {{this}}{{/with}}{{/unless}}</title>

0 commit comments

Comments
 (0)