From 6d0296fec259c7ffb0c06e3852ecf0a5751f0543 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 17 Apr 2023 15:30:56 -0400 Subject: [PATCH] Fix trailing slashes on out links --- themes/red/layouts/shortcodes/out-link.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/red/layouts/shortcodes/out-link.html b/themes/red/layouts/shortcodes/out-link.html index a5d5844..3ecd612 100644 --- a/themes/red/layouts/shortcodes/out-link.html +++ b/themes/red/layouts/shortcodes/out-link.html @@ -8,7 +8,7 @@ {{ $img := resources.Get $path }} {{ with $img }} -{{ $label }} +{{ $label }} {{ end }}