You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/masthead
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
{% if page.header == NULL and page.header.image_fullwidth == NULL and page.header.image_slide == NULL and page.header.pattern == NULL and page.header.background-color == NULL and page.header.title == NULL %}
1
+
{% if page.header == NULL and page.header.image_fullwidth == NULL and page.header.slide_images == NULL and page.header.pattern == NULL and page.header.background-color == NULL and page.header.title == NULL %}
2
2
3
3
{% if page.article_heading == true %}
4
4
@@ -93,7 +93,7 @@
93
93
{% endif %}
94
94
95
95
96
-
{% elsif page.header.image_fullwidth or page.header.image_slide %}
96
+
{% elsif page.header.image_fullwidth or page.header.slide_images %}
0 commit comments