rudrab
1
Hi,
For a folder inside the content, if I have a structure like this:
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?
Markdown:
This is the part **before** the page listing.
<!--more-->
This is the part **after** the page listing.
Template:
{{ .Summary }}
{{ range site.RegularPages }}
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ end }}
{{ replace .Content .Summary "" | safeHTML }}
rudrab
3
Hi,
Thanks for your reply. But, due to my very limited knowledge with hugo, I dont understand which template I should edit.
Which page do you wish to change?
Which theme are you using?
rudrab
5
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
They also have an active Discord channel:
https://discord.com/invite/z8wNYzb
rudrab
7
Wish I get. I have not got any reply for any of my questions there.
If you haven’t done so already, try the Discord channel. It seems to be a bit more active.
cc: @alcarazr
rudrab
9
did that. fingers crossed and hoping for the best.