Skip to content

Commit 37bb3d6

Browse files
committed
fix AI slop
1 parent d8dd950 commit 37bb3d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/shortcodes/build-date.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{{- /* Build-time date. `hugo.BuildDate` can be overridden (e.g. in CI) and may be empty in some contexts, so we fallback to `now`. */ -}}
2-
{{- (or hugo.BuildDate now) | time.Format "January 2, 2006" -}}
1+
{{- /* Render/build time (always). */ -}}
2+
{{- now | time.Format "January 2, 2006" -}}
33

0 commit comments

Comments
 (0)