diff --git a/_vendor/github.com/google/docsy/layouts/partials/page-meta-lastmod.html b/_vendor/github.com/google/docsy/layouts/partials/page-meta-lastmod.html index c14ebfc..eba643d 100644 --- a/_vendor/github.com/google/docsy/layouts/partials/page-meta-lastmod.html +++ b/_vendor/github.com/google/docsy/layouts/partials/page-meta-lastmod.html @@ -1,10 +1,10 @@ {{ if and .GitInfo .Site.Params.github_repo -}}
- {{ T "post_last_mod" }} {{ .Lastmod.Format .Site.Params.time_format_default -}} - {{ with .GitInfo }}: {{/* Trim WS */ -}} + {{ T "post_last_mod" }}: + {{ with .GitInfo }} {{/* Trim WS */ -}} - {{- .Subject }} ({{ .AbbreviatedHash }}) {{- /* Trim WS */ -}} + {{- end }} + {{ .Lastmod | time.Format ":date_long" }} - {{- end }} -
+ {{ end -}}