
A Jekyll plugin to show the last_modified_at time of a post.
The Last Modified At Plugin is a liquid tag for Jekyll that allows indicating the last time a file was modified. This plugin determines the last modified date of a page by checking the last Git commit date of the source files. If Git is not available, the file's mtime (modification time) is used as a fallback.
The Last Modified At Plugin is a useful tool for Jekyll users who want to display the last modified date of their pages. By checking the last Git commit date or the file's mtime, this plugin provides an accurate representation of when the page was last modified. Installation is simple and can be done by adding the plugin to the Gemfile and configuring it in the _config.yml file. Overall, the Last Modified At Plugin enhances the functionality of Jekyll and helps users track the changes made to their pages.
