don't attempt to encode page role (as it should already be encoded)
authorDan Allen <dan@opendevise.com>
Sun, 10 May 2020 07:53:19 +0000 (01:53 -0600)
committerDan Allen <dan@opendevise.com>
Sun, 10 May 2020 07:53:19 +0000 (01:53 -0600)
src/layouts/default.hbs

index eef835d..c5282ec 100644 (file)
@@ -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}}