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

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/docs/single.html')
-rw-r--r--layouts/docs/single.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/docs/single.html b/layouts/docs/single.html
index d212753..59d045a 100644
--- a/layouts/docs/single.html
+++ b/layouts/docs/single.html
@@ -12,6 +12,7 @@
<h1>{{ .Title }}</h1>
<p class="lead">{{ .Params.lead | safeHTML }}</p>
{{ partial "main/headline-hash.html" .Content }}
+ {{ partial "main/edit-page.html" . }}
{{ partial "main/docs-navigation.html" . }}
</main>
</div>