This repository has been archived by the owner on Jul 18, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 668
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix closing tag and mobile pagination
- Loading branch information
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<section class="fixed mw7 center w-100 top-50"> | ||
<section class="fixed-l mw7 center w-100 top-50 tc pb4 nt4"> | ||
{% if page.previous %} | ||
<a href="{{ site.url }}{{ page.previous.url }}" class="link f1 light-blue hover-silver nl5 fl ph3">‹</a> | ||
<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="link f1 light-blue hover-silver nr5 fr ph3">›</a> | ||
<a href="{{ site.url }}{{page.next.url}}" class="no-underline f1 light-blue hover-silver nr5 fr-l ph3">›</a> | ||
{% endif %} | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters