Remove whitespace in <title> element

This commit is contained in:
madrilene 2024-06-07 14:08:40 +02:00
parent f6ce98e29c
commit ed9b306b1c

View file

@ -11,13 +11,13 @@
<!-- 2 title -->
<title>
{% if discover.title %}
{{ discover.title }}
{% elif title %}
{{ title }}
{% else %}
{{ meta.siteName }}
{% endif %}
{%- if discover.title -%}
{{- discover.title -}}
{%- elif title -%}
{{- title -}}
{%- else -%}
{{- meta.siteName -}}
{%- endif -%}
</title>
<base href="{{ page.url }}" />