mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
correcting template for post body
This commit is contained in:
parent
bef1fe5453
commit
331f25e593
1 changed files with 3 additions and 3 deletions
|
@ -8,11 +8,11 @@ has created a new post:
|
|||
{{/if}}
|
||||
</span><br><br>
|
||||
|
||||
{{#if body}}
|
||||
{{#if htmlBody}}
|
||||
<div class="post-body">
|
||||
{{{body}}}
|
||||
{{{htmlBody}}}
|
||||
</div>
|
||||
<br>
|
||||
{{/if}}
|
||||
|
||||
<a href="{{postUrl}}">Discuss</a><br><br>
|
||||
<a href="{{postUrl}}">Discuss</a><br><br>
|
||||
|
|
Loading…
Add table
Reference in a new issue