diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/posts/templates/posts/essay_detail.html | 2 |
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> |