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 --> <!-- 2 title -->
<title> <title>
{% if discover.title %} {%- if discover.title -%}
{{ discover.title }} {{- discover.title -}}
{% elif title %} {%- elif title -%}
{{ title }} {{- title -}}
{% else %} {%- else -%}
{{ meta.siteName }} {{- meta.siteName -}}
{% endif %} {%- endif -%}
</title> </title>
<base href="{{ page.url }}" /> <base href="{{ page.url }}" />