| @@ -31,19 +31,23 @@ | |||||
| {%- endmark %} | {%- endmark %} | ||||
| <section> | <section> | ||||
| <p class='prevnext'> | <p class='prevnext'> | ||||
| <a class="small prev{{' disabled' if not resource.prev_by_time }}" | |||||
| <span class="small"> | |||||
| <a class="prev{{' disabled' if not resource.prev_by_time }}" | |||||
| title="{{ resource.prev_by_time.meta.title }}" | title="{{ resource.prev_by_time.meta.title }}" | ||||
| {% if resource.prev_by_time %} | {% if resource.prev_by_time %} | ||||
| href="{{ content_url(resource.prev_by_time.url) }}"{% endif %}> | href="{{ content_url(resource.prev_by_time.url) }}"{% endif %}> | ||||
| Next | Next | ||||
| </a> | </a> | ||||
| | | | | ||||
| <a class="small next{{' disabled' if not resource.next_by_time }}" | |||||
| <a href="{{ base_url }}">Home</a> | |||||
| | | |||||
| <a class="next{{' disabled' if not resource.next_by_time }}" | |||||
| title="{{ resource.next_by_time.meta.title }}" | title="{{ resource.next_by_time.meta.title }}" | ||||
| {% if resource.next_by_time %} | {% if resource.next_by_time %} | ||||
| href="{{ content_url(resource.next_by_time.url) }}"{% endif %}> | href="{{ content_url(resource.next_by_time.url) }}"{% endif %}> | ||||
| Previous | Previous | ||||
| </a> | </a> | ||||
| </span> | |||||
| </div> | </div> | ||||
| </section> | </section> | ||||