This commit is contained in:
2025-06-13 15:13:04 -06:00
parent fb9f237845
commit 8a862c65e6
2 changed files with 14 additions and 4 deletions

View File

@ -43,7 +43,7 @@
{{ $dateMachine := now | time.Format "2006-01-02T15:04:05-07:00" }}
{{ $dateHuman := now | time.Format "2 January 2006" }}
Made with &#9829; using <a href="https://gohugo.io" target="_blank">Hugo</a> <br/>
Rebuilt on <time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time>
Built <time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time>
</div>
{{ end }}
</div>