Skip to content
This repository was archived by the owner on Jul 18, 2020. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/pagination.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<section class="fixed-l mw7 center w-100 top-50 tc pb4 nt4">
<section class="aspect-ratio fixed-l mw7 center w-100 top-50 tc nt4">
{% if page.previous %}
<a href="{{ site.url }}{{ page.previous.url }}" class="no-underline f1 light-blue hover-silver nl5 fl-l ph3">‹</a>
{% endif %}
{% if page.next %}
<a href="{{ site.url }}{{page.next.url}}" class="no-underline f1 light-blue hover-silver nr5 fr-l ph3">›</a>
{% endif %}
</section>
</section>