|
|
@@ -31,19 +31,23 @@ |
|
|
|
{%- endmark %} |
|
|
|
<section> |
|
|
|
<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 }}" |
|
|
|
{% if resource.prev_by_time %} |
|
|
|
href="{{ content_url(resource.prev_by_time.url) }}"{% endif %}> |
|
|
|
Next |
|
|
|
</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 }}" |
|
|
|
{% if resource.next_by_time %} |
|
|
|
href="{{ content_url(resource.next_by_time.url) }}"{% endif %}> |
|
|
|
Previous |
|
|
|
</a> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
|
|
|
|