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 }}