From 82e65a2a69f5de68505b237640a617af77b1b54b Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Wed, 2 Aug 2023 14:12:31 +0100 Subject: [PATCH] Friend URLs aren't categories --- layouts/shortcodes/friend.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/friend.html b/layouts/shortcodes/friend.html index 1cebce83..66086271 100644 --- a/layouts/shortcodes/friend.html +++ b/layouts/shortcodes/friend.html @@ -1,5 +1,5 @@ {{ with index .Site.Data.friends (.Get 0) }} - {{.name}} + {{.name}} {{ else }} {{ errorf "Could not display friend %s" (.Get 0) }} {{ end }}