add missing whitespace
This commit is contained in:
parent
783a1ab978
commit
63bed8795e
|
@ -4,7 +4,7 @@
|
||||||
{{ if (eq .Site.Params.repoHost "GitHub") }}
|
{{ if (eq .Site.Params.repoHost "GitHub") }}
|
||||||
{{ $editPath = "/blob/" }}
|
{{ $editPath = "/blob/" }}
|
||||||
{{ else if (eq .Site.Params.repoHost "Gitea") }}
|
{{ else if (eq .Site.Params.repoHost "Gitea") }}
|
||||||
{{ $editPath = "/_edit/"}}
|
{{ $editPath = "/_edit/" }}
|
||||||
{{ else if (eq .Site.Params.repoHost "GitLab") }}
|
{{ else if (eq .Site.Params.repoHost "GitLab") }}
|
||||||
{{ $editPath = "/-/blob/" }}
|
{{ $editPath = "/-/blob/" }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue