# Text below the list

**URL:** https://discourse.gohugo.io/t/text-below-the-list/50797
**Category:** support
**Created:** [July 20, 2024, 2:34pm UTC](https://discourse.gohugo.io/t/text-below-the-list/50797 "2024-07-20T14:34:27Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![rudrab](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/rudrab/32/22474_2.png) [@rudrab](https://discourse.gohugo.io/u/rudrab)
#### Post date: [July 20, 2024, 2:34pm UTC](https://discourse.gohugo.io/t/text-below-the-list/50797/1 "2024-07-20T14:34:27Z")

</div>

Hi,  
For a folder inside the content, if I have a structure like this:

```auto
main
├── _index.md
├── MD
│ ├── featured.jpg
│ └── index.md
└── ML
    ├── featured.jpg
    └── index.md

```

then the \_index.md text appears first, followed by the compact list showing the preview of text in MD and ML,

Is it possible to write something again after the preview of MD/ML?

---

<div class="post-metadata">

### Author: ![jmooring](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/jmooring/32/4214_2.png) [@jmooring](https://discourse.gohugo.io/u/jmooring)
#### Post date: [July 20, 2024, 2:42pm UTC](https://discourse.gohugo.io/t/text-below-the-list/50797/2 "2024-07-20T14:42:23Z")

</div>

Markdown:

```plaintext
This is the part **before** the page listing.

<!--more-->

This is the part **after** the page listing.

```

Template:

```plaintext
{{ .Summary }}
{{ range site.RegularPages }}
  <h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ end }}
{{ replace .Content .Summary "" | safeHTML }}

```

---

<div class="post-metadata">

### Author: ![rudrab](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/rudrab/32/22474_2.png) [@rudrab](https://discourse.gohugo.io/u/rudrab)
#### Post date: [July 20, 2024, 2:50pm UTC](https://discourse.gohugo.io/t/text-below-the-list/50797/3 "2024-07-20T14:50:40Z")

</div>

Hi,  
Thanks for your reply. But, due to my very limited knowledge with hugo, I dont understand which template I should edit.

---

<div class="post-metadata">

### Author: ![jmooring](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/jmooring/32/4214_2.png) [@jmooring](https://discourse.gohugo.io/u/jmooring)
#### Post date: [July 20, 2024, 2:52pm UTC](https://discourse.gohugo.io/t/text-below-the-list/50797/4 "2024-07-20T14:52:44Z")

</div>

> [@rudrab](#):
>
> I dont understand which template I should edit.

Which page do you wish to change?  
Which theme are you using?

---

<div class="post-metadata">

### Author: ![rudrab](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/rudrab/32/22474_2.png) [@rudrab](https://discourse.gohugo.io/u/rudrab)
#### Post date: [July 20, 2024, 2:57pm UTC](https://discourse.gohugo.io/t/text-below-the-list/50797/5 "2024-07-20T14:57:22Z")

</div>

I am using [Research Group Template | Hugo Blox](https://hugoblox.com/templates/details/research-group/)

---

<div class="post-metadata">

### Author: ![jmooring](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/jmooring/32/4214_2.png) [@jmooring](https://discourse.gohugo.io/u/jmooring)
#### Post date: [July 20, 2024, 2:58pm UTC](https://discourse.gohugo.io/t/text-below-the-list/50797/6 "2024-07-20T14:58:28Z")

</div>

You are more likely to receive an accurate and timely response from the Academic/Wowchemy/Hugo Blox team:  
[https://github.com/HugoBlox/hugo-blox-builder/discussions](https://github.com/HugoBlox/hugo-blox-builder/discussions)

They also have an active Discord channel:  
[https://discord.com/invite/z8wNYzb](https://discord.com/invite/z8wNYzb)

---

<div class="post-metadata">

### Author: ![rudrab](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/rudrab/32/22474_2.png) [@rudrab](https://discourse.gohugo.io/u/rudrab)
#### Post date: [July 20, 2024, 3:37pm UTC](https://discourse.gohugo.io/t/text-below-the-list/50797/7 "2024-07-20T15:37:57Z")

</div>

Wish I get. I have not got any reply for any of my questions there. 😢

---

<div class="post-metadata">

### Author: ![jmooring](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/jmooring/32/4214_2.png) [@jmooring](https://discourse.gohugo.io/u/jmooring)
#### Post date: [July 20, 2024, 3:39pm UTC](https://discourse.gohugo.io/t/text-below-the-list/50797/8 "2024-07-20T15:39:38Z")

</div>

If you haven’t done so already, try the Discord channel. It seems to be a bit more active.

cc: @alcarazr

---

<div class="post-metadata">

### Author: ![rudrab](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/rudrab/32/22474_2.png) [@rudrab](https://discourse.gohugo.io/u/rudrab)
#### Post date: [July 20, 2024, 3:51pm UTC](https://discourse.gohugo.io/t/text-below-the-list/50797/9 "2024-07-20T15:51:21Z")

</div>

did that. fingers crossed and hoping for the best.
