pbexiga
Results
3
comments of
pbexiga
you may be able to do what you need with this: https://github.com/vaga/hugo-theme-m10c/issues/119 This will allow you to modify the post list to include content from _index.md
this is still an issue in 1.2.1 - any idea when this will be fixed?
All we need to do is add the following to layouts\_default\list.html ``` {{ .Content }} ``` the complete file should look like this: ``` {{ define "main" }} {{ .Title...