jpanther / congo

A powerful, lightweight theme for Hugo built with Tailwind CSS.
https://jpanther.github.io/congo/
MIT License
1.19k stars 313 forks source link

Featured picture overlaps with the title if turning off reading time and post date #910

Closed dimkagabber closed 1 week ago

dimkagabber commented 1 month ago

Discussed in https://github.com/jpanther/congo/discussions/909

Originally posted by **dimkagabber** July 13, 2024 Subj. params.toml: ``` [article] showDate = false showReadingTime = false ``` ![image](https://github.com/user-attachments/assets/53b6e99b-a055-47f8-916b-0635328694b9) params.toml: ``` [article] showDate = false showReadingTime = true ``` ![image](https://github.com/user-attachments/assets/6564330d-61c4-4234-b38f-e3451ad25823)
jpanther commented 1 week ago

Duplicate of #827