Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-10-22 15:02:24 +0300
committerGitHub <noreply@github.com>2017-10-22 15:02:24 +0300
commit2ef5b901364b9024ef62286be59bcd67a3ec7d89 (patch)
tree939839e1b4b4bcfd756f424684ce3a8deae902d0 /_includes
parentfbd42af6ca17abf1e01349d7c581ec399202f4c0 (diff)
Tighten htmllint's rules. (#24471)
Diffstat (limited to '_includes')
-rw-r--r--_includes/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 7c7a3a6437..ee077bdbd6 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -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>