Fix for issue 224 (#241)

Removed "singularize" from menu in layouts/partials/nav.html
This commit is contained in:
thegreatluke 2020-08-15 16:03:38 -04:00 committed by GitHub
parent c213b38c6f
commit c9e378f2f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}