diff --git a/templates/navbar.html b/templates/navbar.html index 21f2a4d..5de541c 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -41,7 +41,7 @@ {{ end }} - {{ if .has_donor }}{{ navbarItem .Path (.T "Donate" | printf "%s") "/donate" }} + {{ navbarItem .Path (.T "Donate" | printf "%s") "/donate" }} {{ if $isAdmin }}{{ navbarItem .Path (.T "RAP" | printf "%s") "https://old.yozora.pw/p/100" }}{{ end }} {{ end }}