File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
templates/djpress/stuartmnz Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 {% for page in page_range %}
2121 {% if page == current_page %}
2222 < li class ="page-item active " aria-current ="page ">
23- < a class ="page-link " href ="?page={{ page } } "> {{ page }}</ a >
23+ < a class ="page-link " href ="{% querystring page=page % } "> {{ page }}</ a >
2424 </ li >
2525 {% else %}
2626 < li class ="page-item ">
27- < a class ="page-link " href ="?page={{ page } } "> {{ page }}</ a >
27+ < a class ="page-link " href ="{% querystring page=page % } "> {{ page }}</ a >
2828 </ li >
2929 {% endif %}
3030 {% endfor %}
Original file line number Diff line number Diff line change 2525 {% for page in page_range %}
2626 {% if page == current_page %}
2727 < li class ="page-item active " aria-current ="page ">
28- < a class ="page-link " href ="?page={{ page } } "> {{ page }}</ a >
28+ < a class ="page-link " href ="{% querystring page=page % } "> {{ page }}</ a >
2929 </ li >
3030 {% else %}
3131 < li class ="page-item ">
32- < a class ="page-link " href ="?page={{ page } } "> {{ page }}</ a >
32+ < a class ="page-link " href ="{% querystring page=page % } "> {{ page }}</ a >
3333 </ li >
3434 {% endif %}
3535 {% endfor %}
You can’t perform that action at this time.
0 commit comments