diff options
Diffstat (limited to 'templates/details/entry.html')
-rw-r--r-- | templates/details/entry.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/details/entry.html b/templates/details/entry.html index 9454a41..739be15 100644 --- a/templates/details/entry.html +++ b/templates/details/entry.html @@ -41,7 +41,8 @@ class="{%if t == 0 or t == 2 %}single{%endif%}{%if t == 1 or t == 3 %}double{%en {% with object.get_next_published as next %} {% with object.get_previous_published as prev %} <nav id="page-navigation"> - <ul>{% if prev%}<li id="next"><span class="bl">Previous:</span> + <ul>{% if prev%} + <li id="next"><span class="bl">Previous:</span> <a href="{{ prev.get_absolute_url }}" title=" {{prev.title}}">{{prev.title|safe}}</a> </li>{%endif%}{% if next%} <li id="prev"><span class="bl">Next:</span> |