mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-01-31 04:58:14 +00:00
Fix updated icon template
This commit is contained in:
parent
2aeb76fe93
commit
c27aab3766
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
{{- if ne (.PublishDate.Format "2006-01-02") (.Lastmod.Format "2006-01-02") }}
|
{{- if ne (.PublishDate.Format "2006-01-02") (.Lastmod.Format "2006-01-02") }}
|
||||||
<span class="post__meta-icon-label">
|
<span class="post__meta-icon-label">
|
||||||
{{ partial "components/heroicon.html" "arrow-path" }}
|
{{ partial "components/heroicon.html" (dict "id" "arrow-path") }}
|
||||||
<time datetime="{{ .Lastmod.Format $RFC3339 }}" title="{{ i18n "updated_on" }}">
|
<time datetime="{{ .Lastmod.Format $RFC3339 }}" title="{{ i18n "updated_on" }}">
|
||||||
{{ .Lastmod.Format "2006-01-02" }}
|
{{ .Lastmod.Format "2006-01-02" }}
|
||||||
</time>
|
</time>
|
||||||
|
Loading…
Reference in New Issue
Block a user