You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
showSummary does not discriminate between whether I have intentionally set a value in front matter, and if I do not, then it falls back to display arbitrary content following the frontmatter, which is not what I want.
I can work around this by doing thus in the frontmatter:
summary: " "
But then I suspect in the list page some extra space is added to list entries, when I would prefer to not have any blank space following list entries that do not have a genuine summary explicitly set in the frontmatter (I don't mean a frontmatter summary hack, but an intentional summary of the actual content of the page).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Something similar to this:
showSummary
does not discriminate between whether I have intentionally set a value in front matter, and if I do not, then it falls back to display arbitrary content following the frontmatter, which is not what I want.I can work around this by doing thus in the frontmatter:
But then I suspect in the list page some extra space is added to list entries, when I would prefer to not have any blank space following list entries that do not have a genuine summary explicitly set in the frontmatter (I don't mean a frontmatter summary hack, but an intentional summary of the actual content of the page).
Beta Was this translation helpful? Give feedback.
All reactions