From ed33cb4ddf044db14f77dc23a9b295ba0d75c84c Mon Sep 17 00:00:00 2001 From: invinciblycool Date: Sun, 19 Apr 2020 13:40:07 +0530 Subject: [PATCH] Fix url for social links --- layouts/partials/profile_link.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/profile_link.html b/layouts/partials/profile_link.html index f737edc..6588d90 100644 --- a/layouts/partials/profile_link.html +++ b/layouts/partials/profile_link.html @@ -1,6 +1,6 @@ {{ if and (isset . "url") ( ne .url "") }} -  {{ .name }} +  {{ .name }} {{ end }}