summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-03-26 18:35:54 +0200
committerJonas Smedegaard <dr@jones.dk>2017-03-26 18:35:54 +0200
commita8789cd0f8d9df02c993b7320ffaa7381478770a (patch)
treeb8d4eac80fec1165c3ab0a141b12f2f180fadfdd
parent39e1319a7039fb2693ea1d4c90e2fb9f908822c8 (diff)
Avoid race condition causing styling to be shadowed by theme.
-rw-r--r--config/include.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/include.mk b/config/include.mk
index d04e849..b8e4e86 100644
--- a/config/include.mk
+++ b/config/include.mk
@@ -1,2 +1,6 @@
+# Avoid race condition causing styling to be shadowed by theme
+IKIWIKI_DEFAULTS += --set theme=
+IKIWIKI_UNDERLAYS := $(CURDIR)/shared/themes/goab $(IKIWIKI_UNDERLAYS)
+
IKIWIKI_UNDERLAYS += $(CURDIR)/scripts
IKIWIKI_DEFAULTS += --templatedir '$(CURDIR)/templates'