From c27aab376601aab3646c6a563dbb8b8229a45401 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 3 Apr 2023 13:01:12 +0800 Subject: [PATCH] Fix updated icon template --- layouts/partials/components/post-meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/components/post-meta.html b/layouts/partials/components/post-meta.html index fee0cd3..cc9e307 100644 --- a/layouts/partials/components/post-meta.html +++ b/layouts/partials/components/post-meta.html @@ -15,7 +15,7 @@ {{- if ne (.PublishDate.Format "2006-01-02") (.Lastmod.Format "2006-01-02") }} - {{ partial "components/heroicon.html" "arrow-path" }} + {{ partial "components/heroicon.html" (dict "id" "arrow-path") }}