From ee81b1eb2a3f4077344197128096db4f6daf2d1a Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 12 Feb 2021 11:21:21 -0400 Subject: fix default theme not showing up --- upd8.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upd8.js b/upd8.js index 6e93eb8..65461c5 100755 --- a/upd8.js +++ b/upd8.js @@ -1507,7 +1507,7 @@ async function writePage(directoryParts, { }) { body.style ??= ''; - theme = theme ?? getThemeString(wikiInfo); + theme = theme || getThemeString(wikiInfo); main.classes ??= []; main.content ??= ''; -- cgit 1.3.0-6-gf8a5