small fixes

This commit is contained in:
teldra 2022-04-11 15:48:33 +02:00
parent 1a8327186e
commit 95941b6b98
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
{{ if i18n . }}
{{ $name = i18n . }}
{{ end }}
<a href="{{- . | relLangURL -}}">{{- $name | humanize -}}</a>
<a href="{{- . | relLangURL -}}" style="color: white;">{{- $name | humanize -}}</a>
{{- end -}}
</div>