diff --git a/layouts/partials/page-meta-lastmod.html b/layouts/partials/page-meta-lastmod.html new file mode 100644 index 00000000..28b7aead --- /dev/null +++ b/layouts/partials/page-meta-lastmod.html @@ -0,0 +1,11 @@ +{{ if and (.GitInfo) (.Site.Params.github_repo) -}} +
+ {{ T "post_last_mod" }} {{ .Lastmod.Format .Site.Params.time_format_default -}} + {{ with .GitInfo }}: {{/* Trim WS */ -}} + + {{- .Subject }} ({{ .AbbreviatedHash }}) {{- /* Trim WS */ -}} + + by {{ .AuthorName }} + {{- end }} +
+{{ end -}} \ No newline at end of file