We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b22253 commit 218454fCopy full SHA for 218454f
Resources/Private/Partials/Header.html
@@ -1,3 +1,4 @@
1
+<f:if condition="{entry.header}">
2
<header>
3
<f:switch expression="{entry.header_layout}">
4
<f:case value="1">
@@ -23,3 +24,4 @@ <h6><f:format.raw>{entry.header}</f:format.raw></h6>
23
24
</f:defaultCase>
25
</f:switch>
26
</header>
27
+</f:if>
0 commit comments