From e3c2d148cad4bc31806051a4d4dc4228f6db38d6 Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Tue, 5 Jun 2018 19:44:13 +0200 Subject: [PATCH] Reverse title components order so to work well with narrow tabs too --- _layouts/common.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/common.html b/_layouts/common.html index 17a4a39..fa21299 100644 --- a/_layouts/common.html +++ b/_layouts/common.html @@ -3,15 +3,15 @@ - {{ site.title }} {% if page.url != '/' %} - | {% if page.layout == 'bin' %} {{ page.title | downcase }} {% else %} {{ page.title }} {% endif %} + | {% endif %} + {{ site.title }}