From 63bed8795edc98ac9b86423c4d8b9f63411335b9 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 8 Oct 2021 11:20:50 +0200 Subject: [PATCH] add missing whitespace --- layouts/partials/main/edit-page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/main/edit-page.html b/layouts/partials/main/edit-page.html index f3fbeb2..e8c901a 100644 --- a/layouts/partials/main/edit-page.html +++ b/layouts/partials/main/edit-page.html @@ -4,7 +4,7 @@ {{ if (eq .Site.Params.repoHost "GitHub") }} {{ $editPath = "/blob/" }} {{ else if (eq .Site.Params.repoHost "Gitea") }} - {{ $editPath = "/_edit/"}} + {{ $editPath = "/_edit/" }} {{ else if (eq .Site.Params.repoHost "GitLab") }} {{ $editPath = "/-/blob/" }} {{ end }}