From fb74835018fe04c91537a3cc1f91d521fc71d68c Mon Sep 17 00:00:00 2001 From: Mark Dumay <61946753+markdumay@users.noreply.github.com> Date: Thu, 20 Jun 2024 19:32:32 +0200 Subject: [PATCH] Fix missing translation of git footer --- layouts/partials/utilities/git.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 layouts/partials/utilities/git.html diff --git a/layouts/partials/utilities/git.html b/layouts/partials/utilities/git.html new file mode 100644 index 00000000..1a6ddd2f --- /dev/null +++ b/layouts/partials/utilities/git.html @@ -0,0 +1,5 @@ +{{ $lastmodstr := (partial "utilities/date.html" (dict "date" .Lastmod "format" "long")) -}} +{{ $lastmodstr | i18n "lastModified" -}} +{{ with .GitInfo }} +• {{ .Subject }} ({{ .AbbreviatedHash }}) +{{ end -}} \ No newline at end of file