Move spaceless block within the title tag
This commit is contained in:
parent
59587f5136
commit
b5a0281729
|
@ -1,7 +1,7 @@
|
||||||
{% spaceless %}<title>
|
<title>{% spaceless %}
|
||||||
{% if page.url == '/.' %}
|
{% if page.url == '/.' %}
|
||||||
{{ site.subtitle }} | {{ site.title }}
|
{{ site.subtitle }} | {{ site.title }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ page.title }} | {{ site.title }}
|
{{ page.title }} | {{ site.title }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</title>{% endspaceless %}
|
{% endspaceless %}</title>
|
||||||
|
|
Reference in a new issue