From 16f781c2895871e2fac2fe0b21122e5a9af0c104 Mon Sep 17 00:00:00 2001 From: Huy Tran Date: Wed, 4 Nov 2020 08:23:51 +1100 Subject: Fix missing {{ end }} blocks During merging the PR https://github.com/htr3n/hyde-hyde/pull/111, there are mix up that cause two missing `{{ end }}` blocks. --- layouts/partials/sidebar/social.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/partials/sidebar/social.html b/layouts/partials/sidebar/social.html index 8fe3872..d819f28 100644 --- a/layouts/partials/sidebar/social.html +++ b/layouts/partials/sidebar/social.html @@ -56,8 +56,10 @@ {{ end }} {{ with .Site.Params.social.pgpkey }} + {{ end }} {{ with .Site.Params.social.reddit }} + {{ end }} {{ with .Site.Params.social.rss }} {{ end }} -- cgit v1.2.3