summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2022-08-15 13:12:41 -0500
committerluxagraf <sng@luxagraf.net>2022-08-15 13:12:41 -0500
commit29021c9bdb18e21427a38fc024d893efbeea1574 (patch)
treef3af00a2db6c0bf4606553d63a34329fa5376d89 /app
parent04a56965ea68dfceac2ecc550b8827de0d8a9a01 (diff)
posts: added hr below prologues
Diffstat (limited to 'app')
-rw-r--r--app/posts/templates/posts/essay_detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/posts/templates/posts/essay_detail.html b/app/posts/templates/posts/essay_detail.html
index 0cf6f78..7eb90f5 100644
--- a/app/posts/templates/posts/essay_detail.html
+++ b/app/posts/templates/posts/essay_detail.html
@@ -51,7 +51,7 @@
<div class="e-content entry-content post-body" itemprop="articleBody">
{% if object.prologue_html %}<div class="post-afterward ">
{{object.prologue_html|smartypants|safe}}
- </div>{%endif%}
+ </div><hr />{%endif%}
{{object.body_html|safe|smartypants}}
{% if object.afterword_html %}<div class="post-afterward">
<h4>Afterward</h4>