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.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index ec6cf57..75b36ff 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -64,7 +64,9 @@
{{ if $pageIsInProjects }}
{{ i18n "nav_backToSection" . }}
{{ else }}
- {{ .Title | singularize}}
+ <!-- fix-224 -->
+ {{ .Title }}
+ <!-- end fix-224 -->
{{ end }}
</a>
{{ end }}