diff options
-rw-r--r-- | app/posts/templates/posts/guide_detail.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/posts/templates/posts/guide_detail.html b/app/posts/templates/posts/guide_detail.html index ee1908e..3c81726 100644 --- a/app/posts/templates/posts/guide_detail.html +++ b/app/posts/templates/posts/guide_detail.html @@ -44,6 +44,9 @@ <span class="hide">by <a class="p-author h-card" href="/about">Scott Gilbertson</a></span> </div> </header> + {% if object.prologue_html %}<div class="post-afterward "> + {{object.prologue_html|smartypants|safe}} + </div><hr />{%endif%} <div class="e-content entry-content post-body" itemprop="articleBody"> {{object.body_html|safe|smartypants}} </div> |