Compare commits
1 Commits
master
...
765fe2068d
Author | SHA1 | Date | |
---|---|---|---|
765fe2068d |
@@ -13,7 +13,7 @@
|
||||
<!-- Last Updated Date -->
|
||||
{{- if .Lastmod }}
|
||||
{{- $lastmod := .Lastmod.Format "January 02, 2006" }}
|
||||
{{- if gt .Lastmod .PublishDate }}
|
||||
{{- if ne $lastmod $pubdate }}
|
||||
<div class="post-info-last-mod">
|
||||
(Updated:
|
||||
<time datetime="{{ .Lastmod }}" title="{{ .Lastmod }}">
|
||||
|
Reference in New Issue
Block a user