diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/include.mk | 4 |
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' |