Compare commits

..

1 Commits

Author SHA1 Message Date
765fe2068d support lastmod 2024-06-29 13:27:32 -04:00

View File

@@ -13,7 +13,7 @@
<!-- Last Updated Date --> <!-- Last Updated Date -->
{{- if .Lastmod }} {{- if .Lastmod }}
{{- $lastmod := .Lastmod.Format "January 02, 2006" }} {{- $lastmod := .Lastmod.Format "January 02, 2006" }}
{{- if gt .Lastmod .PublishDate }} {{- if ne $lastmod $pubdate }}
<div class="post-info-last-mod"> <div class="post-info-last-mod">
(Updated: (Updated:
<time datetime="{{ .Lastmod }}" title="{{ .Lastmod }}"> <time datetime="{{ .Lastmod }}" title="{{ .Lastmod }}">