[wip] website redesign

I have to work on splitting commits in the future. ^^
This commit is contained in:
Vri 🌈 2022-11-29 15:20:52 +01:00
parent c169972931
commit 33fb7cb34c
Signed by: vrifox
GPG key ID: D40098E5B60B2197
10 changed files with 86 additions and 42 deletions

View file

@ -18,11 +18,11 @@
{{- end }}
</ul>
</section>
{{/*- if .IsTranslated */}}
{{- if .Site.IsMultiLingual }}
<aside>
{{- range .Translations }}
<a href="{{ .Permalink }}">{{ .Site.Params.languageName }}</a>
{{- range .Site.Languages }}
<a href="{{/* where .Page.TranslationKey .Lang */}}{{/* .Permalink */}}Test{{/* end */}}">{{ .LanguageName }}</a>
{{- end }}
</aside>
{{/*- end */}}
{{- end }}
</nav>