summaryrefslogtreecommitdiff
path: root/app/posts/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2024-01-03 13:09:50 -0500
committerluxagraf <sng@luxagraf.net>2024-01-03 13:09:50 -0500
commit59096d496c4dcca508a2d2c9715aeeefbd3212ac (patch)
tree082e8bd78883c78e5bb039f297faee23834c20b1 /app/posts/templates
parenta8e758ba534b7b36a3717d5a345e21106d5c58d3 (diff)
guide: bug fix in template
Diffstat (limited to 'app/posts/templates')
-rw-r--r--app/posts/templates/posts/guide_detail.html6
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">