1
0
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:
Jocelyn Badgley (Twipped)
2020-03-02 20:25:39 -08:00
parent d5c15ebde4
commit 5a87f64e9d
21 changed files with 95 additions and 46 deletions

View File

@@ -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}}