From 87f692178a6e30719c564076f00c206642f36ce6 Mon Sep 17 00:00:00 2001 From: luxagraf <sng@luxagraf.net> Date: Wed, 2 Dec 2020 14:34:15 -0500 Subject: fixed some bugs in templates and rendering --- app/posts/templates/posts/jrnl_detail.html | 1 + 1 file changed, 1 insertion(+) (limited to 'app/posts') diff --git a/app/posts/templates/posts/jrnl_detail.html b/app/posts/templates/posts/jrnl_detail.html index 9480732..7801f6a 100644 --- a/app/posts/templates/posts/jrnl_detail.html +++ b/app/posts/templates/posts/jrnl_detail.html @@ -126,6 +126,7 @@ class="detail {%if t == 1 or t == 3 or t == 5 %}double{%else%}single{%endif%}{%i <div class="post-image post-mini-image"> {% if object.featured_image %} {% include "lib/img_archive.html" with image=object.featured_image nolightbox=True %} + {%endif%} </div> <h4 class="p-name entry-title post-title" itemprop="headline">{% if object.title %}{{object.title|safe|smartypants|widont}}{% else %}{{object.common_name}}{%endif%}</h4> <p class="p-author author hide" itemprop="author"><span class="byline-author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Scott Gilbertson</span></span></p> -- cgit v1.2.3-70-g09d2