From d5658ae5b5327ef79768c8afd5b17d683da18273 Mon Sep 17 00:00:00 2001 From: gautierchomel Date: Tue, 6 Feb 2024 09:02:11 +0100 Subject: [PATCH] adds services to post metas --- layouts/partials/post-meta.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/post-meta.html b/layouts/partials/post-meta.html index e46eb0e..d70044b 100644 --- a/layouts/partials/post-meta.html +++ b/layouts/partials/post-meta.html @@ -18,12 +18,12 @@ {{ if ($scratch.Get "writeSeparator") }} · {{ end }}{{ T "reading_time" . }} {{- $scratch.Set "writeSeparator" true }} {{- end }} - {{- with .Params.tags -}} + {{- with .Params.services -}} {{- if ($scratch.Get "writeSeparator") }} · {{ end }} {{- range . }} - {{- $tag := urlize . -}} - {{- end }}