page-meta-lastmod.html 404 B

12345678910
  1. {{ if and .GitInfo .Site.Params.github_repo -}}
  2. <div class="td-page-meta__lastmod">
  3. {{ T "post_last_mod" }} {{ .Lastmod.Format .Site.Params.time_format_default -}}
  4. {{ with .GitInfo }}: {{/* Trim WS */ -}}
  5. <a data-proofer-ignore href="{{ $.Site.Params.github_repo }}/commit/{{ .Hash }}">
  6. {{- .Subject }} ({{ .AbbreviatedHash }}) {{- /* Trim WS */ -}}
  7. </a>
  8. {{- end }}
  9. </div>
  10. {{ end -}}