github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/doc/themes/docsy/layouts/partials/page-meta-lastmod.html (about)

     1  {{ if and (.GitInfo) (.Site.Params.github_repo) -}}
     2  <div class="text-muted mt-5 pt-3 border-top">
     3    {{ T "post_last_mod" }} {{ .Lastmod.Format .Site.Params.time_format_default -}}
     4    {{ with .GitInfo }}: {{/* Trim WS */ -}}
     5      <a href="{{ $.Site.Params.github_repo }}/commit/{{ .Hash }}">
     6        {{- .Subject }} ({{ .AbbreviatedHash }}) {{- /* Trim WS */ -}}
     7      </a>
     8    {{- end }}
     9  </div>
    10  {{ end -}}