VerzatileDevOrg/Programming_HandBook

[ADD] [Auto:] Last Modified Date to Content

Closed this issue · 3 comments

Description:
Each time the content changes it should be reflected in the build, to tell the user, the exact date that the information was changed. To make the content provided valid and known even when changes were fixed / removed or changed.

Proposed Solution:
A solution would be to Figure out a way to include the editing date and time within the footer content of each respective page.

Search and take a look at similar sites using Jekyll theme as consideration to implement it.

Alternatives:
Can be done manually, but due to the scale of the Documentation site it will be too repetitive to change them and may be forgotten.

Additional Context
Some of the searched content are available here that might help solve it:
https://tomkadwill.com/adding-last-modified-date-to-jekyll
https://github.com/gjtorikian/jekyll-last-modified-at
https://stackoverflow.com/questions/14978474/how-to-show-the-modification-date-of-a-file-in-jekyll

There seems to be an issue that with each Push the Last Modified Date is updated for each page, which should be taken a look at.

Once the Date gets fixed, the " SINCE: " Should be changed to " Page last modified: " and " Page written: ... " Date time and By Whom.

Or mentioned by @JDSherbert

image

image

Which reflected and mentioned here:

image

Sauce:
gjtorikian/jekyll-last-modified-at#69