Skip to content

Commit 8854d96

Browse files
authored
page naviation: move arrow to correct location
1 parent 158672a commit 8854d96

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_layouts/home.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,17 +105,17 @@ <h3 class="post-subtitle">
105105
{% if paginator.previous_page %}
106106
<li class="page-item previous">
107107
<a class="page-link" href="{{ paginator.previous_page_path | absolute_url }}">
108-
<i class="fas fa-arrow-left" alt="Newer Posts"></i>
109-
<span class="d-none d-sm-inline-block">Newer Posts</span>
110-
</a>
108+
<i class="fas fa-arrow-left" alt="Newer Posts"></i>
109+
<span class="d-none d-sm-inline-block">Newer Posts</span>
110+
</a>
111111
</li>
112112
{% endif %}
113113
{% if paginator.next_page %}
114114
<li class="page-item next">
115115
<a class="page-link" href="{{ paginator.next_page_path | absolute_url }}">
116+
<span class="d-none d-sm-inline-block">Older Posts</span>
116117
<i class="fas fa-arrow-right" alt="Older Posts"></i>
117-
<span class="d-none d-sm-inline-block">Older Posts</span>
118-
</a>
118+
</a>
119119
</li>
120120
{% endif %}
121121
</ul>

0 commit comments

Comments
 (0)