From fbd42af6ca17abf1e01349d7c581ec399202f4c0 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 22 Oct 2017 14:53:06 +0300 Subject: Reduce whitespace liquid outputs. (#24470) --- _includes/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_includes/header.html') diff --git a/_includes/header.html b/_includes/header.html index 048867bdd..7c7a3a643 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -12,9 +12,9 @@ {% if site.github %} - + {% else %} - + {% endif %} -- cgit v1.2.3 From 2ef5b901364b9024ef62286be59bcd67a3ec7d89 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 22 Oct 2017 15:02:24 +0300 Subject: Tighten htmllint's rules. (#24471) --- _includes/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_includes/header.html') diff --git a/_includes/header.html b/_includes/header.html index 7c7a3a643..ee077bdbd 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -4,9 +4,9 @@ {%- if page.title -%} - {{ page.title }} · {{ site.title }} + {{ page.title }} · {{ site.title }} {%- else -%} - {{ site.title }} · {{ site.description }} + {{ site.title }} · {{ site.description }} {%- endif -%} -- cgit v1.2.3 From 3b75ebff2b95d36974d7d9eace938800e6ffecaa Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 22 Oct 2017 19:20:15 +0300 Subject: Simplify social.html. (#24483) This also fixes the wrong usage of `site.description` instead of `page.description` in meta description. --- _includes/header.html | 2 ++ 1 file changed, 2 insertions(+) (limited to '_includes/header.html') diff --git a/_includes/header.html b/_includes/header.html index ee077bdbd..50606564d 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,5 +1,7 @@ + + -- cgit v1.2.3