Add last updated timestamp & Gemini: link

This commit is contained in:
JP Hastings-Spital 2024-05-01 19:00:33 +01:00
parent 11269de604
commit cdb21550e8

View file

@ -35,4 +35,6 @@ You may also want to visit:
=> / 🏡 Home
{{ range .Site.Menus.main -}}
=> {{ partial "noindex.gmi" (.URL | relURL) }} {{ .Name }}
{{ end -}}
{{ end }}
{{ with getenv "HUGO_LAST_UPDATE_HASH" }}=> https://github.com/by-jp/www.byjp.me/tree/{{.}} {{end}}{{ trim (partial "site-last-update.html" | plainify) "\r\n " }}