From 5910d3730a73bd5166acad1da7869a81fe614f2a Mon Sep 17 00:00:00 2001 From: Alicia Date: Sat, 23 Feb 2019 17:53:12 +0000 Subject: [PATCH] {{ end }} --- templates/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/navbar.html b/templates/navbar.html index 9657acd..a10fd50 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -41,7 +41,7 @@ {{ end }} - {{ if .has_donor }}{{ navbarItem .Path (.T "Donate" | printf "%s") "/donate" }}{{else}}{{ navbarItem .Path (.T "Donate" | printf "%s") "/donate" }} + {{ if .has_donor }}{{ navbarItem .Path (.T "Donate" | printf "%s") "/donate" }}{{else}}{{ navbarItem .Path (.T "Donate" | printf "%s") "/donate" }}{{ end }} {{ if $isAdmin }}{{ navbarItem .Path (.T "RAP" | printf "%s") "https://old.yozora.pw/p/100" }}{{ end }} {{ end }}