File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 68
68
{% if page.previous.url %}
69
69
< li class ="page-item previous ">
70
70
< 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 >
74
74
</ li >
75
75
{% endif %}
76
76
{% if page.next.url %}
77
77
< li class ="page-item next ">
78
78
< 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 >
82
82
</ li >
83
83
{% endif %}
84
84
</ ul >
You can’t perform that action at this time.
0 commit comments