diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/posts/templates/posts/guide_detail.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/posts/templates/posts/guide_detail.html b/app/posts/templates/posts/guide_detail.html index 3c81726..af0e649 100644 --- a/app/posts/templates/posts/guide_detail.html +++ b/app/posts/templates/posts/guide_detail.html @@ -44,10 +44,10 @@ <span class="hide">by <a class="p-author h-card" href="/about">Scott Gilbertson</a></span> </div> </header> - {% if object.prologue_html %}<div class="post-afterward "> - {{object.prologue_html|smartypants|safe}} - </div><hr />{%endif%} <div class="e-content entry-content post-body" itemprop="articleBody"> + {% if object.prologue_html %}<div class="post-afterward "> + {{object.prologue_html|smartypants|safe}} + </div><hr />{%endif%} {{object.body_html|safe|smartypants}} </div> <div class="entry-footer"> |