aboutsummaryrefslogtreecommitdiff
path: root/_plugins/modified_time_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* ci: fixed a lot of issues with style and urlsMiquel Sabaté Solà2021-07-061-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Update licenseMiquel Sabaté Solà2020-03-231-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Add modified_at info at the post layoutMiquel Sabaté Solà2019-10-221-0/+35
At the bottom of every blog post, there will now be a small text containing: 1. The localized date of the last modified time the blog post was modified (taking Git as a reference). 2. A link to the log at git.mssola.com for the given file. This way readers have a better understanding of the versioning of a given page. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>