File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 44
55< ul class ="bw-pagination_container ">
66 {% if page.has_previous %}
7- < li class ="bw-pagination_circle bw-pagination_direction "> < a href ="{{ url_prev_page }}{% if anchor %}#{{anchor}}{% endif %} " class ="bw-link--white no-hover " title ="Previous Page " aria-label ="Previous Page "> {% bw_icon 'arrow-left' 'white' %}</ a > </ li >
7+ < li >
8+ < a href ="{{ url_prev_page }}{% if anchor %}#{{anchor}}{% endif %} " class ="bw-link--white bw-pagination_circle bw-pagination_direction no-hover " title ="Previous Page " aria-label ="Previous Page ">
9+ {% bw_icon 'arrow-left' 'white' %}
10+ </ a >
11+ </ li >
812 {% endif %}
913
1014 {% if show_first %}
1418
1519 {% for num in page_numbers %}
1620 {% if num == current_page %}
17- < li class ="bw-pagination_circle bw-pagination_selected "> < a class ="text-white " href ="{{ url }}{{ num }}{% if anchor %}#{{anchor}}{% endif %} " title ="Page {{ num }} "> {{ num }}</ a > </ li >
21+ < li class ="bw-pagination_circle bw-pagination_selected ">
22+ {{ num }}
23+ </ li >
1824 {% else %}
1925 < li > < a href ="{{ url }}{{ num }}{% if anchor %}#{{anchor}}{% endif %} " title ="Page {{ num }} "> {{ num }}</ a > </ li >
2026 {% endif %}
2632 {% endif %}
2733
2834 {% if page.has_next %}
29- < li class ="bw-pagination_circle bw-pagination_direction "> < a href ="{{ url_next_page }}{% if anchor %}#{{anchor}}{% endif %} " class ="bw-link--white no-hover " title ="Next Page " aria-label ="Next Page "> {% bw_icon 'arrow' %}</ a > </ li >
35+ < li >
36+ < a href ="{{ url_next_page }}{% if anchor %}#{{anchor}}{% endif %} " class ="bw-link--white bw-pagination_circle bw-pagination_direction no-hover " title ="Next Page " aria-label ="Next Page ">
37+ {% bw_icon 'arrow' %}
38+ </ a >
39+ </ li >
3040 {% endif %}
3141</ ul >
3242
33- {% endif %}
43+ {% endif %}
You can’t perform that action at this time.
0 commit comments