don't use discover title value for <title>
This commit is contained in:
parent
33726073a6
commit
ab435eed78
1 changed files with 1 additions and 3 deletions
|
|
@ -11,9 +11,7 @@
|
||||||
|
|
||||||
<!-- 2 title -->
|
<!-- 2 title -->
|
||||||
<title>
|
<title>
|
||||||
{%- if discover.title -%}
|
{%- if title -%}
|
||||||
{{- discover.title -}}
|
|
||||||
{%- elif title -%}
|
|
||||||
{{- title -}}
|
{{- title -}}
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
{{- meta.siteName -}}
|
{{- meta.siteName -}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue