From 5b01196f9804b7ca11c517c3447516126fd9ea16 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Mon, 22 May 2023 22:30:36 +0100 Subject: [PATCH] Fix relative tag links --- themes/hello-friend-ng/layouts/partials/tags.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hello-friend-ng/layouts/partials/tags.html b/themes/hello-friend-ng/layouts/partials/tags.html index d9556dbb..aed0f4a7 100644 --- a/themes/hello-friend-ng/layouts/partials/tags.html +++ b/themes/hello-friend-ng/layouts/partials/tags.html @@ -3,7 +3,7 @@ {{ range . -}} - {{.}} + {{.}} {{ end }}

{{ end }} \ No newline at end of file