From 65a78b90a8909e379688f903d8b34b7d93844c4f Mon Sep 17 00:00:00 2001 From: jdeluyck <5451787+jdeluyck@users.noreply.github.com> Date: Mon, 1 Jul 2019 22:07:12 +0200 Subject: [PATCH 1/7] Add site subtitle --- _includes/masthead.html | 7 ++++++- _sass/minimal-mistakes/_variables.scss | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_includes/masthead.html b/_includes/masthead.html index b2aca064e7bc..f2b76b48be15 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -11,7 +11,12 @@ {% unless logo_path == empty %} {% endunless %} - {{ site.masthead_title | default: site.title }} + {{ site.masthead_title | default: site.title }} + {% if site.subtitle == empty %} + + {% else %} +
{{ site.description }}
+ {% endif %}