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