diff options
author | luxagraf <sng@luxagraf.net> | 2019-07-11 07:57:03 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-07-11 07:57:03 -0500 |
commit | 83496f9d64763a81e96e25b4a486c2397c306b6c (patch) | |
tree | ec3bf577e2583bb5ce2baac20bef23b681c21351 /design/templates | |
parent | 9251b1c1149b3d6abd779ab8b8c9e709ec09bdbf (diff) |
got rid of subtitle on the you might also enjoy section
Diffstat (limited to 'design/templates')
-rw-r--r-- | design/templates/jrnl/entry_detail.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/design/templates/jrnl/entry_detail.html b/design/templates/jrnl/entry_detail.html index 0bdab58..cb23a54 100644 --- a/design/templates/jrnl/entry_detail.html +++ b/design/templates/jrnl/entry_detail.html @@ -131,7 +131,6 @@ class="detail {%if t == 1 or t == 3 or t == 5 %}double{%else%}single{%endif%}{%i <img src="{{object.get_image_url}}" alt="{{ object.title }}" class="u-photo post-image" itemprop="image" />{%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> - {% if object.subtitle%}<h5 class="post-subtitle">{{object.subtitle|safe|smartypants}}</h5>{%endif%} <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> <p class="post-summary"> <span class="p-location h-adr adr post-location" itemprop="contentLocation" itemscope itemtype="http://schema.org/Place"> |