Skip to content

Commit 1433cff

Browse files
committed
🐛🐛
1 parent 67c2035 commit 1433cff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blog/templates/desktop/blog/post_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h1 class="title" style="margin-top: 3rem">There are no posts</h1>
5858

5959
<!-- Append the page if there is a search -->
6060
{% if search %}
61-
<a href="?q={{ search }}&page={{ page_obj.previous_page_number }}">»</a>
61+
<a href="?q={{ search }}&page={{ page_obj.previous_page_number }}">«</a>
6262
{% else %}
6363
<a href="?page={{ page_obj.previous_page_number }}">«</a>
6464
{% endif %}

blog/templates/mobile/blog/post_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h1 class="title" style="margin-top: 3rem">There are no posts</h1>
5858

5959
<!-- Append the page if there is a search -->
6060
{% if search %}
61-
<a href="?q={{ search }}&page={{ page_obj.previous_page_number }}">»</a>
61+
<a href="?q={{ search }}&page={{ page_obj.previous_page_number }}">«</a>
6262
{% else %}
6363
<a href="?page={{ page_obj.previous_page_number }}">«</a>
6464
{% endif %}

0 commit comments

Comments
 (0)