add missing whitespace
This commit is contained in:
@ -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 }}
|
||||
|
Reference in New Issue
Block a user