mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 04:02:38 +00:00
9301947b25
git-subtree-dir: themes/gohugoioTheme git-subtree-split: 7dd8a302409a20362e4c610798cc19661b336363
7 lines
449 B
HTML
7 lines
449 B
HTML
<h6 class="f4 dark-gray mb2">
|
|
<a href="{{ .Permalink }}" class="hide-child link primary-color">
|
|
<span class="nl3 child">{{ partial "svg/link-permalink.svg" (dict "size" "14px") }}</span>
|
|
“{{ .Title }}”
|
|
</a> was last updated: {{ .Lastmod.Format "January 2, 2006" }}{{ with .GitInfo }}: <a class="hide-child link primary-color" href="{{$.Site.Params.ghrepo}}/commit/{{ .Hash }}">{{ .Subject }} ({{ .AbbreviatedHash }})</a>{{end }}
|
|
</h6>
|