codeasashu / hcz-jekyll-blog

A simple material theme for blogger
https://codeasashu.github.io/hcz-jekyll-blog
MIT License
247 stars 251 forks source link

Make use of excerpts for post previews #25

Open GreatEmerald opened 8 years ago

GreatEmerald commented 8 years ago

At the moment, the homepage and posts-by-category views statically take the first 20 words of an article and present that as an excerpt, even when there is a manually-defined excerpt front matter. Instead, it should display the full excerpt if it exists, and only then fall back to the current functionality.