Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/edit-page.html')
-rw-r--r--layouts/partials/edit-page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/edit-page.html b/layouts/partials/edit-page.html
index de94e06..c6458c6 100644
--- a/layouts/partials/edit-page.html
+++ b/layouts/partials/edit-page.html
@@ -1,3 +1,3 @@
{{- if and .Site.Params.github_doc_repository .File -}}
-<a href="{{ .Site.Params.github_doc_repository }}/edit/master/content/{{ .File.Path }}" class="edit-page"><i class="fas fa-pen-square"></i> Edit on GitHub</a>
+<a href="{{ .Site.Params.github_doc_repository }}/edit/master/content/{{ .File.Path }}" class="edit-page"><i class="fas fa-pen-square"></i>&nbsp;Edit on GitHub</a>
{{- end -}}