Skip to content

Commit 082aeee

Browse files
committed
remove fallback for page.role
1 parent f046948 commit 082aeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/default.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
{{> head defaultPageTitle='Untitled'}}
55
</head>
6-
<body class="article{{#with (or page.attributes.role page.role)}} {{{this}}}{{/with}}">
6+
<body class="article{{#with page.role}} {{{this}}}{{/with}}">
77
{{> header}}
88
{{> body componentOrder=page.attributes.component-order}}
99
{{> footer}}

0 commit comments

Comments
 (0)