New navbar and langbar style

This commit is contained in:
2021-11-01 20:29:28 -05:00
parent 906b6213fd
commit 14121f2269
2 changed files with 32 additions and 8 deletions

View File

@ -17,7 +17,7 @@
{{ range .Site.Home.AllTranslations }}
{{ if eq .Language $.Site.Language }}
<b><a class="langbar-item" href="{{ .Permalink }}">{{ .Language.LanguageName }}</a></b>
<a class="langbar-item selected" href="{{ .Permalink }}">{{ .Language.LanguageName }}</a>
{{ else }}
<a class="langbar-item" href="{{ .Permalink }}">{{ .Language.LanguageName }}</a>
{{ end }}