Hello there !
I use Hugo Papermod, and i would love to display a description under the article title in the list of the articles and not the content of the article. Is that possible ?
I managed to remove the content of the article by commenting this :
<!--<div class="entry-content">
<p>{{ .Summary | plainify | htmlUnescape }}{{ if .Truncated }}...{{ end }}</p>
</div> -->
in the layouts/_default/list.html but the description is not shown even if i have on the the top of my markdown file.
Thanks for your help
EDIT : i found an easier way for remove the content of the article with the params “hideSummary: true”
but the description is not showing off…