Fix updated icon template

This commit is contained in:
Gabriel Arazas 2023-04-03 13:01:12 +08:00
parent 2aeb76fe93
commit c27aab3766

View File

@ -15,7 +15,7 @@
{{- if ne (.PublishDate.Format "2006-01-02") (.Lastmod.Format "2006-01-02") }}
<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" }}">
{{ .Lastmod.Format "2006-01-02" }}
</time>