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