gjtorikian / jekyll-last-modified-at

A Jekyll plugin to show the last_modified_at time of a post.
MIT License
243 stars 39 forks source link

Deprecate {% last_modified_at %} #36

Closed benbalter closed 7 years ago

benbalter commented 9 years ago

In the readme it says:

(It's generally more performant to use the page.last_modified_at version of this plugin.)

Reading through things, it looks like page.last_modified_at is calculate as page meta across all documents, whatever you do.

Why have two ways to do the same thing? Why not (at the next major version), only support the meta version? That way you have half the invocations to maintain, and users are always use the more performant method.

gjtorikian commented 8 years ago

👍