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 d9c9390 commit a60e3e9Copy full SHA for a60e3e9
page.hbs
@@ -10,7 +10,7 @@ into the {body} tag of the default.hbs template --}}
10
<main id="site-main" class="site-main">
11
<article class="article {{post_class}}">
12
13
- {{#if show_title_and_feature_image}}
+ {{#match @page.show_title_and_feature_image}}
14
<header class="article-header gh-canvas">
15
16
<h1 class="article-title">{{title}}</h1>
@@ -35,7 +35,7 @@ into the {body} tag of the default.hbs template --}}
35
{{/if}}
36
37
</header>
38
- {{/if}}
+ {{/match}}
39
40
<section class="gh-content gh-canvas">
41
{{content}}
0 commit comments