File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -105,17 +105,17 @@ <h3 class="post-subtitle">
105
105
{% if paginator.previous_page %}
106
106
< li class ="page-item previous ">
107
107
< 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 >
111
111
</ li >
112
112
{% endif %}
113
113
{% if paginator.next_page %}
114
114
< li class ="page-item next ">
115
115
< a class ="page-link " href ="{{ paginator.next_page_path | absolute_url }} ">
116
+ < span class ="d-none d-sm-inline-block "> Older Posts</ span >
116
117
< 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 >
119
119
</ li >
120
120
{% endif %}
121
121
</ ul >
You can’t perform that action at this time.
0 commit comments