diff --git a/templates/subreddit.html b/templates/subreddit.html index 0faf115..bf32e5a 100644 --- a/templates/subreddit.html +++ b/templates/subreddit.html @@ -22,7 +22,7 @@ {% call utils::sort(["/r/", sub.name.as_str()].concat(), ["hot", "new", "top", "rising", "controversial"], sort.0) %} {% endif %} - {% if sort.0 == "top" %} {% call utils::options(sort.1, ["hour", "day", "week", "month", "year", "all"], "day") %} {% endif %}