From c5bbf1477eb01ba0e2d166d2debb3f6874ca2f54 Mon Sep 17 00:00:00 2001 From: Ivaylo Ivanov Date: Wed, 19 Feb 2025 23:01:09 +0100 Subject: [PATCH] Fix tags issues --- layouts/_default/single.html | 2 +- layouts/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 9a415df..34c228b 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -26,7 +26,7 @@ {{if .Params.tags}} {{ range .Params.tags }} - #{{.}} + #{{.}} {{ end }} {{ end }} diff --git a/layouts/index.html b/layouts/index.html index 46f468b..f5af104 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -27,7 +27,7 @@ {{if .Params.tags}} {{ range .Params.tags }} - #{{.}} + #{{.}} {{ end }} {{ end }}