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 55d5345 commit 7390c17Copy full SHA for 7390c17
default.hbs
@@ -38,15 +38,15 @@
38
<nav class="gh-head-menu">
39
{{navigation}}
40
{{#unless @site.members_enabled}}
41
- {{#match @custom.header_style "Stacked"}}
+ {{#match @custom.navigation_layout "Stacked"}}
42
<button class="gh-search gh-icon-btn" data-ghost-search>{{> "icons/search"}}</button>
43
{{/match}}
44
{{/unless}}
45
</nav>
46
47
<div class="gh-head-actions">
48
49
- {{^match @custom.header_style "Stacked"}}
+ {{^match @custom.navigation_layout "Stacked"}}
50
51
52
{{else}}
0 commit comments