diff --git a/templates/layouts/partials/base.jet.html b/templates/layouts/partials/base.jet.html index 6fadede2..f9ff00e6 100644 --- a/templates/layouts/partials/base.jet.html +++ b/templates/layouts/partials/base.jet.html @@ -55,13 +55,12 @@ {{if Mascot != "hide"}}
{* Only play the sounds with the default mascot *} - {{ if MascotURL != "" }} + {{ if MascotURL == "" }} {{ if Sukebei() }} - {{else}} - {{ if Theme == "tomorrow" }} + {{else if Theme == "tomorrow" }} @@ -70,7 +69,6 @@ {{end}} - {{end}} {{end}} {{end}} {{end}}