From 77734aac60130cc3916f4d3dab45980d6ba9581e Mon Sep 17 00:00:00 2001 From: Jan De Luyck <5451787+jdeluyck@users.noreply.github.com> Date: Wed, 17 Jul 2019 17:43:25 +0200 Subject: [PATCH] Display site subtitle in masthead (#2205) * Add site subtitle * Tabs vs spaces - the ancient conflict * updates cfr PR #2205 * Perhaps also add the closing anchor * Make sure we check for the right variables... * Brown paper bag - subtitle, not description --- _includes/masthead.html | 4 +++- _sass/minimal-mistakes/_masthead.scss | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_includes/masthead.html b/_includes/masthead.html index b2aca06..8d28d5d 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -11,7 +11,9 @@ {% unless logo_path == empty %} {% endunless %} - {{ site.masthead_title | default: site.title }} + {{ site.masthead_title | default: site.title }} + {% if site.subtitle %}
{{ site.subtitle }}
{% endif %} +