Streamline title variables
This commit is contained in:
parent
527fed03ef
commit
c1f9c7fa93
@ -36,8 +36,8 @@
|
|||||||
{{ /if }}
|
{{ /if }}
|
||||||
|
|
||||||
<title>
|
<title>
|
||||||
{{- title ? title + " | " : "" -}}
|
{{- title ? `${title} | ` : '' -}}
|
||||||
{{- sectionName ? sectionName + " | " : "" -}}
|
{{- sectionName ? `${sectionName} | ` : '' -}}
|
||||||
{{- sitemeta.siteName -}}
|
{{- sitemeta.siteName -}}
|
||||||
</title>
|
</title>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user