File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
19
19
<!-- Pagination links -->
20
20
< div class ="pagination ">
21
21
{% if paginator.previous_page %}
22
- < a href ="{{ paginator.previous_page_path }} " class ="previous ">
22
+ < a href ="{{ paginator.previous_page_path }} " class ="previous under ">
23
23
Previous
24
24
</ a >
25
25
{% else %}
26
- < span class ="previous under "> Previous</ span >
26
+ < span class ="previous "> Previous</ span >
27
27
{% endif %}
28
28
·
29
29
{% if paginator.next_page %}
30
- < a href ="{{ paginator.next_page_path }} " class ="next "> Next</ a >
30
+ < a href ="{{ paginator.next_page_path }} " class ="next under "> Next</ a >
31
31
{% else %}
32
- < span class ="next under "> Next</ span >
32
+ < span class ="next "> Next</ span >
33
33
{% endif %}
34
34
</ div >
You can’t perform that action at this time.
0 commit comments