Closed ipatate closed 2 years ago
Hello, i don't find how to display the excerpt on a list of articles.
<div v-for="article in articles" :key="article._path"> <h2>{{ article.title }}</h2> <ContentRenderer :value="article" :excerpt="true" /> </div>
this code display all the content of page :
Thanks for help 👍🏼
Not a good place for that. I move to nuxt/content repo. Sorry.
No worries :blush:
Hello, i don't find how to display the excerpt on a list of articles.
this code display all the content of page :
Thanks for help 👍🏼