mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-12 16:29:44 +00:00
Fix for issue 224 (#241)
Removed "singularize" from menu in layouts/partials/nav.html
This commit is contained in:
parent
c213b38c6f
commit
c9e378f2f8
1 changed files with 3 additions and 1 deletions
|
@ -64,7 +64,9 @@
|
||||||
{{ if $pageIsInProjects }}
|
{{ if $pageIsInProjects }}
|
||||||
{{ i18n "nav_backToSection" . }}
|
{{ i18n "nav_backToSection" . }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{ .Title | singularize}}
|
<!-- fix-224 -->
|
||||||
|
{{ .Title }}
|
||||||
|
<!-- end fix-224 -->
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</a>
|
</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue