diff options
author | luxagraf <sng@luxagraf.net> | 2020-12-02 14:34:15 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-12-02 14:34:15 -0500 |
commit | 87f692178a6e30719c564076f00c206642f36ce6 (patch) | |
tree | fe554090adc12aff3ca404cbee7a1e82972796e8 /app/posts | |
parent | 14487689c2f968346fc4ca27d0d80637ec8422ba (diff) |
fixed some bugs in templates and rendering
Diffstat (limited to 'app/posts')
-rw-r--r-- | app/posts/templates/posts/jrnl_detail.html | 1 |
1 files changed, 1 insertions, 0 deletions
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> |