We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d804a45 commit 0753829Copy full SHA for 0753829
layouts/partials/post.html
@@ -25,7 +25,7 @@ <h1>{{ .Title | markdownify }}</h1>
25
26
{{ if $displayDate }}
27
<p class="post-date">{{ dateFormat (or .Site.Params.dateFormat "January 2, 2006") .Date}}
28
- {{ if lt .Date .Lastmod }} | Updated {{ dateFormat .Site.Params.dateFormat .Lastmod }}{{ end }}
+ {{ if lt .Date .Lastmod }} | Updated {{ dateFormat (or .Site.Params.dateFormat "January 2, 2006") .Lastmod }}{{ end }}
29
</p>
30
{{ end }}
31
0 commit comments