disable rss fulltext

This commit is contained in:
JamesFlare1212
2024-04-11 10:16:23 -04:00
parent 8e07a57a6a
commit 1a0f9f7bf1
3 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View File

@@ -1,4 +1,4 @@
[submodule "themes/FixIt"] [submodule "themes/FixIt"]
path = themes/FixIt path = themes/FixIt
url = https://github.com/hugo-fixit/FixIt.git url = https://github.com/hugo-fixit/FixIt.git
branch = dev branch = dev

View File

@@ -592,7 +592,7 @@ defaultContentLanguageInSubdir = true
# FixIt 0.3.0 | NEW whether to show link to report issue for the post # FixIt 0.3.0 | NEW whether to show link to report issue for the post
linkToReport = true linkToReport = true
# whether to show the full text content in RSS # whether to show the full text content in RSS
rssFullText = true rssFullText = false
# FixIt 0.2.13 | NEW Page style ["narrow", "normal", "wide", ...] # FixIt 0.2.13 | NEW Page style ["narrow", "normal", "wide", ...]
pageStyle = "wide" pageStyle = "wide"
# FixIt 0.2.17 | CHANGED Auto Bookmark Support # FixIt 0.2.17 | CHANGED Auto Bookmark Support