How do I hide blog post body excerpts from the main page? #6995
-
Beta Was this translation helpful? Give feedback.
Answered by
dragonstyle
Sep 26, 2023
Replies: 1 comment
-
You can explicitly control which fields are displayed by a listing like so: listing:
contents: posts
fields: [image, date, title, author, reading-time]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This should in the front matter of where HTH! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
patgd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can explicitly control which fields are displayed by a listing like so:
This should in the front matter of where
listing
is declared (not in your quarto project file).HTH!