atinux/content-wind

Excerpt displaying

ipatate opened this issue · 2 comments

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 :
Screenshot 2022-08-08 at 15 35 31

Thanks for help 👍🏼

Not a good place for that. I move to nuxt/content repo. Sorry.

No worries 😊