From 35d71b3fea216af1063a5b62e93ef68a544afa11 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 18 Feb 2024 21:58:27 +0100 Subject: [PATCH] fix: [layout] si pas de tags, alors on se fait pas chier avec cette iconographie --- themes/writeonly/layouts/partials/shared/post-meta.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/writeonly/layouts/partials/shared/post-meta.html b/themes/writeonly/layouts/partials/shared/post-meta.html index 181a843..72169c4 100644 --- a/themes/writeonly/layouts/partials/shared/post-meta.html +++ b/themes/writeonly/layouts/partials/shared/post-meta.html @@ -32,7 +32,9 @@
{{ end }} + {{ with .Params.tags }} + {{ end }} {{ range .Params.tags }} {{ . }} {{ end }}