Removing the git timedating to prefer manually updating

This commit is contained in:
Dan 2025-12-13 15:31:11 +00:00
parent 2f5f4dbea4
commit b4d33e213d
2 changed files with 2 additions and 5 deletions

View file

@ -13,8 +13,6 @@ minify:
disableXML: true disableXML: true
minifyOutput: true minifyOutput: true
enableGitInfo: true
frontmatter: frontmatter:
lastmod: lastmod:
- lastmod - lastmod

View file

@ -124,7 +124,7 @@
<div class="scroll"> <div class="scroll">
> updates -lah<br /> > updates -lah<br />
{{ range first 10 (where .Site.RegularPages "Type" {{ range first 10 (where .Site.RegularPages "Type"
"updates").ByLastmod.Reverse }} [<time "updates").ByDate.Reverse }} [<time
>{{ .Lastmod.Format "2006-01-02" }}</time >{{ .Lastmod.Format "2006-01-02" }}</time
>]<br /> >]<br />
{{ .Plain }}<br /> {{ .Plain }}<br />
@ -284,8 +284,7 @@
</div> </div>
</div> </div>
{{ range first 1 (where .Site.RegularPages "Type" "updates").ByLastmod.Reverse {{ range first 1 (where .Site.RegularPages "Type" "updates").ByDate.Reverse }}
}}
<div id="latest-post"> <div id="latest-post">
<div id="latest-post-link">{{ .Permalink }}</div> <div id="latest-post-link">{{ .Permalink }}</div>
<div id="latest-post-title">{{ .Plain }}</div> <div id="latest-post-title">{{ .Plain }}</div>