don't use discover title value for <title>

This commit is contained in:
madrilene 2024-08-02 08:21:12 +02:00
parent 33726073a6
commit ab435eed78

View file

@ -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 -}}