From 999359082909dfe636ebf2a57940b1690db4e0fc Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 25 Jul 2024 18:03:15 -0500 Subject: [PATCH] Website: update article template to show `lastModifiedAt` timestamp (#20774) Related to: https://github.com/fleetdm/confidential/issues/7345 Changes: - Updated the article template page to show a timestamp of when the article was last modified (previously, this showed the date in the `pubishedOn` meta tag) --- website/views/pages/articles/basic-article.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/views/pages/articles/basic-article.ejs b/website/views/pages/articles/basic-article.ejs index bbcd597ebf..0f402b4370 100644 --- a/website/views/pages/articles/basic-article.ejs +++ b/website/views/pages/articles/basic-article.ejs @@ -6,7 +6,7 @@
- + | The author's GitHub profile picture

<%=thisPage.meta.authorFullName %>