binokochumolvarghese / lightbi-hugo

Lightbi is a minimal and clean blog theme for Hugo.
https://lightbi-hugo-theme.netlify.app/
MIT License
64 stars 36 forks source link

Use .Summary as fallback in post previews #36

Closed palant closed 6 months ago

palant commented 6 months ago

Currently, if a post doesn’t have a description .Content will be displayed as fallback in preview cards. This is bad because preview cards cannot really display much text. Also, links in the post content break the link around the card. This should really use .Summary which is generated automatically by Hugo and can be adjusted in length.