🎨 Finish folder structure redesign and add some scripts.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{{- if and .Site.Params.postMeta.updated.enable .Site.Params.postMeta.updated.anotherDay }}
|
||||
{{- if and .Lastmod (gt .Lastmod .PublishDate) }}
|
||||
{{- if and .Lastmod (gt .Lastmod .Date) }}
|
||||
{{ $modTime := .Lastmod.Format .Site.Params.timeFormat }}
|
||||
<span class="post-meta-item">
|
||||
<span class="post-meta-item-icon">
|
||||
|
||||
Reference in New Issue
Block a user