From b4d33e213daeacaea7f473dcf5f86b10ed3046d7 Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 13 Dec 2025 15:31:11 +0000 Subject: [PATCH] Removing the git timedating to prefer manually updating --- config.yml | 2 -- layouts/index.html | 5 ++--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/config.yml b/config.yml index 9001229..4f831a7 100644 --- a/config.yml +++ b/config.yml @@ -13,8 +13,6 @@ minify: disableXML: true minifyOutput: true -enableGitInfo: true - frontmatter: lastmod: - lastmod diff --git a/layouts/index.html b/layouts/index.html index 94d0483..526b26c 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -124,7 +124,7 @@
> updates -lah
{{ range first 10 (where .Site.RegularPages "Type" - "updates").ByLastmod.Reverse }} []
{{ .Plain }}
@@ -284,8 +284,7 @@
-{{ range first 1 (where .Site.RegularPages "Type" "updates").ByLastmod.Reverse -}} +{{ range first 1 (where .Site.RegularPages "Type" "updates").ByDate.Reverse }}
{{ .Permalink }}
{{ .Plain }}