We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f093ea commit a141155Copy full SHA for a141155
_layouts/single.html
@@ -24,7 +24,6 @@
24
{% if page.modified %}<meta itemprop="dateModified" content="{{ page.modified | date: "%B %d, %Y" }}">{% endif %}
25
26
<div class="page__inner-wrap">
27
- {% unless page.header.overlay_color or page.header.overlay_image %}
28
<header>
29
{% if page.title %}<h1 class="page__title" itemprop="headline">{{ page.title | markdownify | remove: "<p>" | remove: "</p>" }}</h1>{% endif %}
30
{% if page.read_time %}
@@ -47,7 +46,6 @@
47
46
{% endif %}
48
49
</header>
50
- {% endunless %}
51
52
<section class="page__content" itemprop="text">
53
{{ content }}
0 commit comments