Replies: 1 comment 2 replies
-
There are no options to do so. You can use custom CSS to hide the description in the post. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
_config.next.yml
excerpt_description: true
If I use description: xxx in the front-matter, how do I hide the description in the post?
I found that it can be done using excerpt:xxx, but excerpt cannot be null (whereas description can be done using <! -- more --> tags)
Beta Was this translation helpful? Give feedback.
All reactions