Skip to content

Commit

Permalink
fix: list of tags is hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
xslingcn committed Jan 25, 2022
1 parent 51f3adc commit 52aa649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ $(document).ready(function() {

if (window.location.pathname.substring(0, 6) == "/tags/") {
$(".panel-cover").addClass("panel-cover--collapsed");
$(".main-post-list").removeClass("hidden");
}

if (window.location.pathname.substring(0, 6) == "/page/") {
Expand Down

0 comments on commit 52aa649

Please sign in to comment.