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

github.com/goodroot/hugo-classic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index d943c1c..fd2db3b 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -15,9 +15,10 @@
{{ if .Params.toc }}
{{ .TableOfContents }}
{{ end }}
-
-<main>
-{{ .Content }}
-</main>
-
+<div class="content-wrapper">
+ <main>
+ {{ .Content }}
+ <a href="/"> >> Home</a>
+ </main>
+</div>
{{ partial "footer.html" . }}