[wip] website redesign
I have to work on splitting commits in the future. ^^
This commit is contained in:
parent
c169972931
commit
33fb7cb34c
10 changed files with 86 additions and 42 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue