mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 20:42:40 +00:00
Change how page/post classes are applied
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
{{#if meta.preBody}}{{import meta.preBody}}{{/if}}
|
||||
{{/append}}
|
||||
|
||||
{{#content "bodyClass"}}page{{/content}}
|
||||
{{#content "bodyClass"}}{{#each classes}}{{this}} {{/each}}page{{/content}}
|
||||
|
||||
{{#content "body"}}
|
||||
<article class="{{#each classes}}{{this}} {{/each}}markup">
|
||||
<article class="markup">
|
||||
<div class="post-content">{{{contents}}}</div>
|
||||
</article>
|
||||
{{/content}}
|
||||
|
||||
Reference in New Issue
Block a user