Fix Spanish localization of the home page and footer slogans and copyright

This commit is contained in:
Eryn Wells 2022-11-12 07:50:48 -08:00
parent da88d389e9
commit e0b7aae3db
5 changed files with 25 additions and 15 deletions

View file

@ -8,7 +8,7 @@
{{- $url := $.RelPermalink -}}
<nav class="site bulleted">
{{- range . -}}
<li><a class="{{ if eq .URL $url }}active{{ end }}" href="{{ .URL }}"><span>{{ .Name }}</span></a></li>
<li><a class="{{ if eq .URL $url }}active{{ end }}" href="{{ .URL }}"><span>{{ i18n .Identifier | default .Name }}</span></a></li>
{{- end -}}
</nav>
{{ end }}