diff --git a/_layouts/archive.html b/_layouts/archive.html index 2784f67c..08beb89a 100644 --- a/_layouts/archive.html +++ b/_layouts/archive.html @@ -19,7 +19,7 @@ layout: default
{% unless page.header.overlay_color or page.header.overlay_image %} -

{{ page.title }}

+

{{ page.title }}

{% endunless %} {{ content }}
diff --git a/_layouts/search.html b/_layouts/search.html index e07c49e1..7b88df7c 100644 --- a/_layouts/search.html +++ b/_layouts/search.html @@ -17,7 +17,7 @@ layout: default
{% unless page.header.overlay_color or page.header.overlay_image %} -

{{ page.title }}

+

{{ page.title }}

{% endunless %} {{ content }} diff --git a/_layouts/single.html b/_layouts/single.html index 02657cb5..623043e2 100644 --- a/_layouts/single.html +++ b/_layouts/single.html @@ -26,7 +26,7 @@ layout: default
{% unless page.header.overlay_color or page.header.overlay_image %}
- {% if page.title %}

{{ page.title | markdownify | remove: "

" | remove: "

" }}

{% endif %} + {% if page.title %}

{{ page.title | markdownify | remove: "

" | remove: "

" }}

{% endif %} {% if page.read_time %}

{% include read-time.html %}

{% endif %}