add missing whitespace
This commit is contained in:
parent
783a1ab978
commit
63bed8795e
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue