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 -->
|
||||
<title>
|
||||
{%- if discover.title -%}
|
||||
{{- discover.title -}}
|
||||
{%- elif title -%}
|
||||
{%- if title -%}
|
||||
{{- title -}}
|
||||
{%- else -%}
|
||||
{{- meta.siteName -}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue