Tighten htmllint's rules. (#24471)

This commit is contained in:
XhmikosR 2017-10-22 15:02:24 +03:00 committed by GitHub
parent fbd42af6ca
commit 2ef5b90136
13 changed files with 41 additions and 18 deletions

View file

@ -4,9 +4,9 @@
<title>
{%- if page.title -%}
{{ page.title }} &middot; {{ site.title }}
{{ page.title }} · {{ site.title }}
{%- else -%}
{{ site.title }} &middot; {{ site.description }}
{{ site.title }} · {{ site.description }}
{%- endif -%}
</title>