From a1dc2054802692a93801127960e727e17402e329 Mon Sep 17 00:00:00 2001 From: suecream <100839777+suecreamm@users.noreply.github.com> Date: Sat, 30 Dec 2023 22:36:24 +0900 Subject: [PATCH] Add files via upload Added lines related to buy me a coffee. --- layouts/partials/body/donation.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/partials/body/donation.html b/layouts/partials/body/donation.html index c9f949b..10d4b6e 100644 --- a/layouts/partials/body/donation.html +++ b/layouts/partials/body/donation.html @@ -14,6 +14,10 @@ {{ partial (print "svgs/donation/" $name ".svg") (dict "width" 35 "height" 35) }} + {{ else if in $name "buymeacoffee" }} + + {{ partial (print "svgs/donation/" $name ".svg") (dict "width" 35 "height" 35) }} + {{ else }}
{{ partial (print "svgs/donation/" $name ".svg") (dict "width" 35 "height" 35) }}