diff options
author | amzrk2 | 2020-05-06 23:06:53 +0800 |
---|---|---|
committer | amzrk2 | 2020-05-06 23:06:53 +0800 |
commit | f23e3cb51250eb748015b296c14b2330b68c79ae (patch) | |
tree | 3a049d3ff2ad7cee64db96081b4cdd2047f84038 /exampleSite | |
parent | e2997e237a0a61c27c9be61c7f78d001d30120cd (diff) | |
download | hugo-theme-fuji-f23e3cb51250eb748015b296c14b2330b68c79ae.tar.gz hugo-theme-fuji-f23e3cb51250eb748015b296c14b2330b68c79ae.tar.bz2 hugo-theme-fuji-f23e3cb51250eb748015b296c14b2330b68c79ae.zip |
Add RSS link
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 76f5131..9238c31 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -4,7 +4,7 @@ theme = "fuji" hasCJKLanguage = true enableEmoji = true enableRobotsTXT = true -disableKinds = ["RSS", "taxonomyTerm"] +disableKinds = ["taxonomyTerm"] ## Change this two to switch between different language ## Now support: en, zh-hans, zh-hant, ja, nl |