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