Skip to content

Commit

Permalink
Adding updated time microformat
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Boothe <[email protected]>
  • Loading branch information
rootwork committed Sep 30, 2022
1 parent 3152ded commit 14b7bd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hugo/layouts/partials/post-meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
>&nbsp;Edited on
{{ .Lastmod.Format (default "Jan 2, 2006" $.Site.Params.dateFormat) }}&nbsp;</span
>
<time class="hidden-all dt-updated">
{{ $getDate.updatedMicroformat -}}
</time>
{{- end }}
{{- end }}
{{- if $showReadTime }}
Expand Down

0 comments on commit 14b7bd5

Please sign in to comment.