i18n_fallback.html (149B)
1 {{- with i18n (lower .) -}}
2 {{- . -}}
3 {{- else -}}
4 {{- if eq . (lower .) -}} {{- . | humanize -}} {{- else -}} {{- . -}} {{- end -}}
5 {{- end -}}
My fork of hugo-xmin
git clone git://git.shimmy1996.com/hugo-soresu.git
1 {{- with i18n (lower .) -}}
2 {{- . -}}
3 {{- else -}}
4 {{- if eq . (lower .) -}} {{- . | humanize -}} {{- else -}} {{- . -}} {{- end -}}
5 {{- end -}}