From bcb8e84c1e2714df352d8e4a58ec9e10c02b692f Mon Sep 17 00:00:00 2001 From: Ress Date: Mon, 25 Nov 2019 13:04:20 +0000 Subject: [PATCH] Fix typo --- layouts/partials/user-profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/user-profile.html b/layouts/partials/user-profile.html index a0ff391..08c0e22 100644 --- a/layouts/partials/user-profile.html +++ b/layouts/partials/user-profile.html @@ -70,7 +70,7 @@ {{ if .Site.Params.url }} - {{ .Site.Params.url }} }} + {{ .Site.Params.url }} {{ else }} {{ .Site.BaseURL }} {{ end }}