projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dd7557
)
don't attempt to encode page role (as it should already be encoded)
author
Dan Allen
<dan@opendevise.com>
Sun, 10 May 2020 07:53:19 +0000
(
01:53
-0600)
committer
Dan Allen
<dan@opendevise.com>
Sun, 10 May 2020 07:53:19 +0000
(
01:53
-0600)
src/layouts/default.hbs
patch
|
blob
|
history
diff --git
a/src/layouts/default.hbs
b/src/layouts/default.hbs
index
eef835d
..
c5282ec
100644
(file)
--- a/
src/layouts/default.hbs
+++ b/
src/layouts/default.hbs
@@
-3,7
+3,7
@@
<head>
{{> head defaultPageTitle='Untitled'}}
</head>
- <body class="article{{#with (or page.attributes.role page.role)}} {{
this
}}{{/with}}">
+ <body class="article{{#with (or page.attributes.role page.role)}} {{
{this}
}}{{/with}}">
{{> header}}
{{> body}}
{{> footer}}