vaga / hugo-theme-m10c

A minimalistic (m10c) blog theme for Hugo
https://themes.gohugo.io/hugo-theme-m10c/
MIT License
471 stars 294 forks source link

Add support for post descriptions #103

Open joshuaboniface opened 1 year ago

joshuaboniface commented 1 year ago

Adds support for post descriptions, i.e. subtitles. These are presented in an italicized h4 header under the post title if present in the Hugo post configuration.

grinsted commented 2 weeks ago

Another approach would be to include a new post_header.html partial implemented in a similar way to #126 . That would be a flexible approach and would allow people to come up with their own code for what should be in the header.

joshuaboniface commented 6 days ago

I ended up moving to another theme for my site, so I probably won't touch this any further. But feel free to run with it if you want, or close this out :-)