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

gitlab.com/maxlefou/hugo.386.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax le Fou <buttbadger@gmail.com>2020-03-11 13:16:09 +0300
committerMax le Fou <buttbadger@gmail.com>2020-03-11 13:16:09 +0300
commit3bf4288b9ea5dbab7903290680108f15a27a0799 (patch)
tree4f4ea701055e184ef7aae52e07c567444ba825fe /layouts/_default/single.html
parent91868e1b282c27c2b66fc109136eb9fa00f3b017 (diff)
more features
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 64615fb..6cca59d 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -6,7 +6,7 @@
</div>
<p class="lead">{{ .Params.description }}</p>
{{ .Content }}
- <h4><a href="{{ .Site.BaseURL }}">{{ i18n "home" }}</a></h4>
+ <h4><a href="{{ .Site.BaseURL }}">{{ i18n "backtohome" }}</a></h4>
</div>
{{ end }} \ No newline at end of file