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 -->
|
||||
<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 }}" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue