forked from Bunteshaus/bunteshaus.de
small fixes
This commit is contained in:
parent
f498ce059b
commit
50c0427313
|
@ -52,4 +52,13 @@
|
|||
{{- end -}}
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ $s := .Site.Params }}
|
||||
{{ if .Translations }}
|
||||
<h3>{{ "Languages" }}</h3>
|
||||
{{ range .Translations }}
|
||||
{{ if ne .Lang $.Lang }}
|
||||
<li style="list-style: none;"><a href="{{- .Permalink -}}">{{- i18n .Lang -}}</a></li>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<section class="sidebar_inner">
|
||||
{{ partial "structure/sidebar_submenu" . }}
|
||||
{{ if .IsHome }}
|
||||
<h4>{{ "Languages" }}</h3>
|
||||
<h3>{{ "Languages" }}</h3>
|
||||
{{ range .Translations }}
|
||||
{{ if ne .Lang $.Lang }}
|
||||
<li style="list-style: none;"><a href="{{- .Permalink -}}">{{- i18n .Lang -}}</a></li>
|
||||
|
|
Loading…
Reference in New Issue
Block a user