Hi, I've recently discovered Grav, and am seriously thinking about migrating my blog to it. In doing so, I'm also keen to improve on existing features.
I am trying to achieve a layout where the reader can see two dates
- The date when the post was first published (I'm happy to put this down manually)
- The date when the post was last modified.
I have searched and found the last_modified configuration setting in system.yaml, however it simply switches the date of the post from created to modified, <u>but not both</u>.
Here is an example of such a post on Lea's blog which shows the edited date separately. She has used a combination of Eleventy and a few other things.
I am trying to avoid having to edit the code of the theme, as I'd like this layout to be portable.
Has anyone done this before? How can I achieve this?
