From 291459a7ac8667726529a35e4d072036dd77940c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serdar=20K=C3=96KTA=C5=9E?= Date: Sun, 12 Jan 2020 23:26:10 +0300 Subject: [PATCH] Offline page is not allowed in Home --- exampleSite/config/_default/params.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 2dd5a3c..f600ea7 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -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 @@ -133,4 +133,4 @@ commento = false alipay = "" wechat = "" paypal = "" - patreon = "" \ No newline at end of file + patreon = ""