From c669138c3bfc4e2b1780a4b06afb3bf0ed21c112 Mon Sep 17 00:00:00 2001 From: Nate B Date: Sun, 15 Nov 2020 06:08:21 -0700 Subject: [PATCH] 11-15-20_06:08:21 --- _layouts/post.html | 1 + index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index 4b39de5..df27532 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -24,3 +24,4 @@ layout: default
{% endfor %} +
Site Last Updated: {{ site.time | date: "%m/%d/%Y %H:%M" }}
diff --git a/index.html b/index.html index ad57580..c918f01 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ --- layout: default --- -

Last Updated: {{ site.time | date: "%m/%d/%Y %H:%M" }}

+

Site Last Updated: {{ site.time | date: "%m/%d/%Y %H:%M" }}