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 -->
<title>
{%- if discover.title -%}
{{- discover.title -}}
{%- elif title -%}
{%- if title -%}
{{- title -}}
{%- else -%}
{{- meta.siteName -}}