summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2024-01-03 13:05:47 -0500
committerluxagraf <sng@luxagraf.net>2024-01-03 13:05:47 -0500
commita8e758ba534b7b36a3717d5a345e21106d5c58d3 (patch)
treeea53e77ba1e8e0ebed5219a1fb0eba550a45ab57 /app
parent18b5430a1eaa2fe161e0341dc435e680eaf6b3e2 (diff)
guides: added prologue tags
Diffstat (limited to 'app')
-rw-r--r--app/posts/templates/posts/guide_detail.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/posts/templates/posts/guide_detail.html b/app/posts/templates/posts/guide_detail.html
index ee1908e..3c81726 100644
--- a/app/posts/templates/posts/guide_detail.html
+++ b/app/posts/templates/posts/guide_detail.html
@@ -44,6 +44,9 @@
<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">
{{object.body_html|safe|smartypants}}
</div>