diff --git a/files/templates/home.html b/files/templates/home.html index 725f2fc07..a208ff4b3 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -83,7 +83,7 @@ {%- import 'util/macros.html' as macros with context -%} {{- macros.time_filter_buttons() -}} - {{- macros.sorting_buttons(POST_SORTS) -}} + {{- macros.sorting_buttons(POST_SORTS, True) -}} {% endblock %} diff --git a/files/templates/post.html b/files/templates/post.html index 1390d9901..652cfef06 100644 --- a/files/templates/post.html +++ b/files/templates/post.html @@ -299,7 +299,7 @@