From 3689740b0d8d619d1810cbf65808fc9f7bf01e4a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 22 Oct 2019 17:38:30 +0200 Subject: Add modified_at info at the post layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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à --- _i18n/en.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '_i18n/en.yml') diff --git a/_i18n/en.yml b/_i18n/en.yml index e03b18b..7308f60 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -46,6 +46,8 @@ blog: This is the page that aggregates the english blog posts. All of the opinions stated here are solely my own (unless stated otherwise). Last but not least, these entries are licensed under the + modified_at: "Modified date" + you_can_check: "You can check the log of this entry" notice: >- Unless otherwise stated, all of the opinions in the above post are solely my own and do not represent anyone else. -- cgit v1.2.3