Compare commits
1 Commits
master
...
765fe2068d
Author | SHA1 | Date | |
---|---|---|---|
765fe2068d |
@@ -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 }}">
|
||||||
|
Reference in New Issue
Block a user