# Adding a short summary of posts in a section

**URL:** <https://zola.discourse.group/t/adding-a-short-summary-of-posts-in-a-section/276>\
**Category:** Support\
**Created:** [December 7, 2019, 2:59am UTC](https://zola.discourse.group/t/adding-a-short-summary-of-posts-in-a-section/276 "2019-12-07T02:59:42Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![Peter](https://yyz2.discourse-cdn.com/free1/user_avatar/zola.discourse.group/peter/32/125_2.png) [@Peter](https://zola.discourse.group/u/Peter)\
**Post date:** [December 7, 2019, 2:59am UTC](https://zola.discourse.group/t/adding-a-short-summary-of-posts-in-a-section/276/1 "2019-12-07T02:59:42Z")

</div>

What is the best way to include a short summary of a blog post in the section index? I’d like to include the first paragraph of each post on the section page, but I’d like to avoid duplicating content if possible.

---

<div class="post-metadata">

**Author:** ![keats](https://avatars.discourse-cdn.com/v4/letter/k/34f0e0/32.png) [@keats](https://zola.discourse.group/u/keats)\
**Post date:** [December 7, 2019, 7:35am UTC](https://zola.discourse.group/t/adding-a-short-summary-of-posts-in-a-section/276/2 "2019-12-07T07:35:39Z")

</div>

You can set a summary on your pages ([https://www.getzola.org/documentation/content/page/#summary](https://www.getzola.org/documentation/content/page/#summary)), iterate on the section pages and print each `page.summary`

---

<div class="post-metadata">

**Author:** ![Peter](https://yyz2.discourse-cdn.com/free1/user_avatar/zola.discourse.group/peter/32/125_2.png) [@Peter](https://zola.discourse.group/u/Peter)\
**Post date:** [December 7, 2019, 1:53pm UTC](https://zola.discourse.group/t/adding-a-short-summary-of-posts-in-a-section/276/3 "2019-12-07T13:53:45Z")

</div>

Oh perfect, thanks!

I thought I read the whole documentation, but somehow I missed that part!
