Should exampleSite's params.toml's have article.showSumary = true removed?
#892
Unanswered
jamesbraza
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the
exampleSite'sparams.tomlhasshowSummary = truein thearticlesection: https://github.com/nunocoracao/blowfish/blob/main/exampleSite/config/_default/params.toml#L73C17-L73C17Per the Front Matter docs, the default for
showSummarycomes from[list]inparams.toml, not[article].It took me a minute to figure out the default
showSummaryis in thelistsection, and not thearticlesection, as havingshowSummaryin thearticlesection made me think that was the global default.The question is: should
showSummary = truebe removed from theparams.toml'sarticlesection, as it's unused?Beta Was this translation helpful? Give feedback.
All reactions