From c71561777628bde19656081fb62891ddf3619492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Sun, 3 Apr 2022 13:48:44 +0200 Subject: [PATCH] Fix post tags list slash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: René Jochum --- themes/persona/layouts/partials/post/info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/persona/layouts/partials/post/info.html b/themes/persona/layouts/partials/post/info.html index da631ce..b1d2cfc 100644 --- a/themes/persona/layouts/partials/post/info.html +++ b/themes/persona/layouts/partials/post/info.html @@ -11,7 +11,7 @@
  • {{ end }} - {{ if isset .Params "tags" }}
  • {{ range .Params.tags }}{{ . }}{{ end }}
  • {{ end }} + {{ if isset .Params "tags" }}
  • {{ range .Params.tags }}{{ . }}{{ end }}
  • {{ end }} {{ with .Site.Params.edit_link_url }}
  • {{ end }}