2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

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
+2 -2
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>