From 5e689b8fc02df4136d78b158114a6d1aea7b3863 Mon Sep 17 00:00:00 2001 From: Christopher LILJENSTOLPE Date: Fri, 26 Feb 2021 13:10:11 -0800 Subject: [PATCH] fixed a missing {{ end }} after hackernews --- layouts/partials/social-follow.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/social-follow.html b/layouts/partials/social-follow.html index 1443887..303ee65 100644 --- a/layouts/partials/social-follow.html +++ b/layouts/partials/social-follow.html @@ -77,6 +77,7 @@ {{ partial "svg/hackernews.svg" (dict "size" $icon_size) }} {{- partial "new-window-icon.html" . -}} +{{ end }} {{ with .Param "rss" }} {{ partial "svg/rss.svg" (dict "size" $icon_size) }}