Skip to content

Commit 158672a

Browse files
authored
post navigation: move arrow to correct location
1 parent ba46ef8 commit 158672a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_layouts/post.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,17 @@
6868
{% if page.previous.url %}
6969
<li class="page-item previous">
7070
<a class="page-link" href="{{ page.previous.url | relative_url }}" data-toggle="tooltip" data-placement="top" title="{{page.previous.title | strip_html | xml_escape}}">
71-
<i class="fas fa-arrow-left" alt="Previous Post"></i>
72-
<span class="d-none d-sm-inline-block">Previous Post</span>
73-
</a>
71+
<i class="fas fa-arrow-left" alt="Previous Post"></i>
72+
<span class="d-none d-sm-inline-block">Previous Post</span>
73+
</a>
7474
</li>
7575
{% endif %}
7676
{% if page.next.url %}
7777
<li class="page-item next">
7878
<a class="page-link" href="{{ page.next.url | relative_url }}" data-toggle="tooltip" data-placement="top" title="{{page.next.title | strip_html | xml_escape}}">
79-
<i class="fas fa-arrow-right" alt="Next Post"></i>
80-
<span class="d-none d-sm-inline-block">Next Post</span>
81-
</a>
79+
<span class="d-none d-sm-inline-block">Next Post</span>
80+
<i class="fas fa-arrow-right" alt="Next Post"></i>
81+
</a>
8282
</li>
8383
{% endif %}
8484
</ul>

0 commit comments

Comments
 (0)