From dd5e6b0750a71ebae4bd3cee76d2d26b47bba410 Mon Sep 17 00:00:00 2001 From: Alicia Date: Sat, 23 Feb 2019 17:54:14 +0000 Subject: [PATCH] a --- templates/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}