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 == '/.' %}
|
||||
{{ site.subtitle }} | {{ site.title }}
|
||||
{% else %}
|
||||
{{ page.title }} | {{ site.title }}
|
||||
{% endif %}
|
||||
</title>{% endspaceless %}
|
||||
{% endspaceless %}</title>
|
||||
|
|
Reference in a new issue