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 f046948 commit 082aeeeCopy full SHA for 082aeee
src/layouts/default.hbs
@@ -3,7 +3,7 @@
3
<head>
4
{{> head defaultPageTitle='Untitled'}}
5
</head>
6
- <body class="article{{#with (or page.attributes.role page.role)}} {{{this}}}{{/with}}">
+ <body class="article{{#with page.role}} {{{this}}}{{/with}}">
7
{{> header}}
8
{{> body componentOrder=page.attributes.component-order}}
9
{{> footer}}
0 commit comments