mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-15 14:03:19 +00:00
5 lines
315 B
HTML
5 lines
315 B
HTML
{{ $lastmodstr := (partial "utilities/date.html" (dict "date" .Lastmod "format" "long")) -}}
|
|
{{ $lastmodstr | i18n "lastModified" -}}
|
|
{{ with .GitInfo }}
|
|
• <a href="{{ site.Params.docs.github | default site.Params.schema.github }}/commit/{{ .Hash }}">{{ .Subject }} ({{ .AbbreviatedHash }})</a>
|
|
{{ end -}} |