From 8a8c4a79065cfa9ecf1f5427ba06e49bcc7105df Mon Sep 17 00:00:00 2001 From: yyBeta Date: Wed, 26 Apr 2017 19:58:48 +0800 Subject: fix 'isset not supported for some params' problem under new version hugo --- exampleSite/config.toml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4c99dd2..81529e4 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -26,15 +26,9 @@ RSSUri = "feed.xml" DateFormat = "2006年01月02日" MonthFormat = "2006年01月" FancyBox = true - - #[Params.DuoShuo] - # ShortName = "coderzh" - - [Params.Disqus] - ShortName = "coderzh" - - [Params.GoogleAnalytics] - ID = "UA-10147768-2" + # DuoShuoShortName = "coderzh" + DisqusShortName = "coderzh" + GoogleAnalyticsID = "UA-10147768-2" [Params.Strings] Search = "搜索" -- cgit v1.2.3