summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>