From 7f08a90e086168607acc0a65bcb79467c3853390 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 28 Feb 2019 16:12:53 +0200 Subject: Fix whitespace in `title` tag. --- docs/_includes/header.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'docs/_includes/header.html') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 8b0e175d1..6afac5292 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -5,13 +5,15 @@ - {% if page.layout == "home" %} - {{ page.title }} - {% else %} - {{ page.title }} · Bootstrap - {% endif %} + {%- if page.title -%} + {{ page.title | smartify }} · {{ site.title | smartify }} + {%- else -%} + {{ site.title | smartify }} · {{ site.description | smartify }} + {%- endif -%} + + {% if site.github %} -- cgit v1.2.3