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 23619d0..e95c161 100644 --- a/app/posts/templates/posts/essay_detail.html +++ b/app/posts/templates/posts/essay_detail.html @@ -47,8 +47,8 @@ </div> </header> <div id="article" class="e-content entry-content post--body post--body--{% with object.template_name as t %}{%if t == 0 or t == 2 %}single{%endif%}{%if t == 1 or t == 3 %}double{%endif%}{%endwith%} post-essay" itemprop="articleBody"> - {% if object.preamble %}<div class="afterward"> - {{object.preamble_html|smartypants|safe}} + {% if object.prologue_html %}<div class="afterward"> + {{object.prologue_html|smartypants|safe}} </div>{%endif%} {{object.body_html|safe|smartypants}} </div> |