summaryrefslogtreecommitdiff
path: root/app/posts/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2023-03-28 16:14:56 -0500
committerluxagraf <sng@luxagraf.net>2023-03-28 16:14:56 -0500
commitaf32dc5b86c66aefda67ebc76efa090f15bed716 (patch)
tree0541f0d96630fc40618e8fcc349e0a84a04a5b27 /app/posts/templates
parentb68f55a4f8ec2bf7f0ba7ac106c28c14d20670f9 (diff)
jrnl: removed afterward from essay footer
Diffstat (limited to 'app/posts/templates')
-rw-r--r--app/posts/templates/posts/essay_detail.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/posts/templates/posts/essay_detail.html b/app/posts/templates/posts/essay_detail.html
index 2368e3c..42d06a2 100644
--- a/app/posts/templates/posts/essay_detail.html
+++ b/app/posts/templates/posts/essay_detail.html
@@ -32,7 +32,6 @@
</div><hr />{%endif%}
{{object.body_html|safe|smartypants}}
{% if object.epilogue_html %}<div class="post-afterward">
- <h4>Afterward</h4>
{{object.epilogue_html|smartypants|safe}}
</div>{%endif%}
</div>