Offline page is not allowed in Home
This commit is contained in:
parent
42ef4a9600
commit
291459a7ac
|
@ -5,7 +5,7 @@ custom_css = []
|
|||
custom_js = []
|
||||
|
||||
themeOptions = ["dark", "light", "hacker", "solarized", "kimbie"]
|
||||
notAllowedTypesInHome = ["contact", "talks", "about"]
|
||||
notAllowedTypesInHome = ["contact", "talks", "about", "offline"]
|
||||
|
||||
# header
|
||||
homeHeaderType = "text" # text, img, slide
|
||||
|
|
Loading…
Reference in New Issue