From a8789cd0f8d9df02c993b7320ffaa7381478770a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 26 Mar 2017 18:35:54 +0200 Subject: Avoid race condition causing styling to be shadowed by theme. --- config/include.mk | 4 ++++ 1 file changed, 4 insertions(+) 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' -- cgit v1.2.3