From 2f2c41695611aa8f83c7fe9ade8c71178dbaeca8 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 17 Jul 2019 11:46:37 -0400 Subject: [PATCH] Use `span` instead of `div` element --- _includes/masthead.html | 7 ++++--- _sass/minimal-mistakes/_masthead.scss | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_includes/masthead.html b/_includes/masthead.html index 8d28d5d..3fe9fc1 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -11,9 +11,10 @@ {% unless logo_path == empty %} {% endunless %} - {{ site.masthead_title | default: site.title }} - {% if site.subtitle %}
{{ site.subtitle }}
{% endif %} -
+ + {{ site.masthead_title | default: site.title }} + {% if site.subtitle %}{{ site.subtitle }}{% endif %} +