diff options
Diffstat (limited to 'app/posts')
-rw-r--r-- | app/posts/templates/posts/essay_detail.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/posts/templates/posts/essay_detail.html b/app/posts/templates/posts/essay_detail.html index 2b4d341..0cf6f78 100644 --- a/app/posts/templates/posts/essay_detail.html +++ b/app/posts/templates/posts/essay_detail.html @@ -49,11 +49,11 @@ </div> </header> <div class="e-content entry-content post-body" itemprop="articleBody"> - {% if object.prologue_html %}<div class="afterward"> + {% if object.prologue_html %}<div class="post-afterward "> {{object.prologue_html|smartypants|safe}} </div>{%endif%} {{object.body_html|safe|smartypants}} - {% if object.afterword_html %}<div class="afterward"> + {% if object.afterword_html %}<div class="post-afterward"> <h4>Afterward</h4> {{object.afterword_html|smartypants|safe}} </div>{%endif%} |