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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/nav.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 769660e..4f1044c 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -74,7 +74,7 @@
{{ else }}
<a class="navbar-item" href="{{ .Permalink }}">
{{ if $pageIsInBlog }}
- Back to {{ .Title | singularize}}
+ {{ i18n "nav_backToSection" . }}
{{ else }}
{{ .Title | singularize}}
{{ end }}