From: François Michonneau Date: Mon, 13 May 2019 13:32:51 +0000 (+0200) Subject: use ndash as separator X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/commitdiff_plain/6ecf1b7e56619d6a290dbaa85067982554d8b6d8 use ndash as separator display it only if both `page.title` and `site.title` are defined. --- diff --git a/_layouts/base.html b/_layouts/base.html index 1556722..07a4972 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -27,8 +27,7 @@ - {% if page.title %}{{ page.title }}: {% endif %} - {% if site.title %}{{ site.title }}{% endif %} + {% if page.title %}{{ page.title }}{% endif %}{% if page.title and site.title %} – {% endif %}{% if site.title %}{{ site.title }}{% endif %}