From 1f4486c31b41208108e3d39df3e2dbcc47effa03 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 15 Aug 2017 14:41:34 +0300 Subject: Reduce liquid's whitespace for a few pages. Also fix a couple of typos while at it and change header tags' order. --- _includes/header.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '_includes/header.html') diff --git a/_includes/header.html b/_includes/header.html index c7e5dbd9e..b6fad53e9 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -3,15 +3,13 @@ - {% if page.title %} + {%- if page.title -%} {{ page.title }} · {{ site.title }} - {% else %} + {%- else -%} {{ site.title }} · {{ site.description }} - {% endif %} + {%- endif -%} -{% include social.html %} - {% if site.github %} @@ -25,6 +23,8 @@ {% endif %} +{% include social.html %} +