gjtorikian / jekyll-last-modified-at

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

Running outside git repo invokes git for every file #60

Closed jayvdb closed 4 years ago

jayvdb commented 6 years ago

If the source is not in a git repository, the plugin will run git rev-parse --is-inside-work-tree for every single use of last_modified_at.