Remove whitespace in <title> element
This commit is contained in:
parent
f6ce98e29c
commit
ed9b306b1c
1 changed files with 7 additions and 7 deletions
|
|
@ -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 }}" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue