From 6257435c31024a8a4a3576f2658e8fc40c0e11ae Mon Sep 17 00:00:00 2001 From: Michael Ovcaric <9003059+BiosPlus@users.noreply.github.com> Date: Tue, 2 Jan 2024 21:34:10 +1100 Subject: [PATCH] last modified date --- _config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index f303536..cb99769 100644 --- a/_config.yml +++ b/_config.yml @@ -25,4 +25,8 @@ gh_edit_repository: "https://github.com/biosplus/goroma" gh_edit_branch: "main" back_to_top: true -back_to_top_text: "Back to top" \ No newline at end of file +back_to_top_text: "Back to top" + +# Last Modified info +last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter +last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html \ No newline at end of file