small fixes

This commit is contained in:
teldra 2022-04-03 00:20:50 +02:00
parent 859e1b78ab
commit c490b4ad67

View File

@ -24,10 +24,10 @@
RSS</a><br><br> RSS</a><br><br>
{{- end -}} {{- end -}}
<a href="https://schlomp.space/Bunteshaus/bunteshaus.de">Sourcecode</a> <a href="https://schlomp.space/Bunteshaus/bunteshaus.de">Sourcecode</a>
<div style="display: flex; flex-direction: row; margin-left: 1rem;"> <div style="display: flex; flex-direction: row;">
{{ range $.Site.Home.AllTranslations }} {{ range $.Site.Home.AllTranslations }}
{{ if ne .Lang $.Lang }} {{ if ne .Lang $.Lang }}
<a href="{{- .Permalink -}}">{{- .Lang -}}</a> <a href="{{- .Permalink -}}" style="margin-right: 1rem;">{{- .Lang -}}</a>
{{ end }} {{ end }}
{{ end }} {{ end }}
</div> </div>