diff options
Diffstat (limited to 'design/templates/details/entry.html')
-rw-r--r-- | design/templates/details/entry.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/design/templates/details/entry.html b/design/templates/details/entry.html index b2a1058..df88bd4 100644 --- a/design/templates/details/entry.html +++ b/design/templates/details/entry.html @@ -53,12 +53,12 @@ class="{%if t == 1 or t == 3 or t == 5 %}double{%else%}single{%endif%}{%if t == <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%}" itemprop="articleBody"> {{object.body_html|safe|smartypants|widont}} </div> - <aside class="wildlife"> + <!-- <aside class="wildlife"> <h3>Fauna and Flora</h3> <ul>{% for obj in wildlife %} <li>{{obj}} </li> {% endfor %}</ul> - </aside> + </aside>--> </article> {% with object.get_next_published as next %} {% with object.get_previous_published as prev %} |