|
@@ -35,7 +35,7 @@ |
|
|
<a class="prev{{' disabled' if not resource.prev_by_time }}" |
|
|
<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) ~ "#" ~ slug(resource.prev_by_time) ~ "-title" }}"{% endif %}> |
|
|
Next |
|
|
Next |
|
|
</a> |
|
|
</a> |
|
|
| |
|
|
| |
|
@@ -44,7 +44,7 @@ |
|
|
<a class="next{{' disabled' if not resource.next_by_time }}" |
|
|
<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) ~ "#" ~ slug(resource.next_by_time) ~ "-title" }}"{% endif %}> |
|
|
Previous |
|
|
Previous |
|
|
</a> |
|
|
</a> |
|
|
</span> |
|
|
</span> |
|
|