bunteshaus.de/themes/buha/layouts/partials/footer.html
2022-04-03 00:20:50 +02:00

36 lines
1.2 KiB
HTML

{{- if eq site.Params.contact true }}
<div class="infobox">
<a href="{{- "contact" | absLangURL -}}">{{- i18n "contact" | strings.FirstUpper -}}:</a><br><br>
{{- partial "contact.html" -}}
</div>
{{- end -}}
<div id="infobox_outer">
<div class="infobox">
<a href="{{- "orga" | absLangURL -}}">Orga</a><br><br>
{{- if eq site.Params.archive true -}}
<a href="{{- "archive" | absLangURL -}}">{{- i18n "archive" | strings.FirstUpper -}}</a><br><br>
{{- end -}}
{{- if eq site.Params.imprint true -}}
<a href="{{- "imprint" | absLangURL -}}">{{- i18n "imprint" | strings.FirstUpper -}}</a><br><br>
{{- end -}}
</div>
<div class="infobox">
{{- with .OutputFormats.Get "rss" -}}
{{- if .Permalink -}}
{{- printf `<a href="%s">` .Permalink | safeHTML -}}
{{- end -}}
RSS</a><br><br>
{{- end -}}
<a href="https://schlomp.space/Bunteshaus/bunteshaus.de">Sourcecode</a>
<div style="display: flex; flex-direction: row;">
{{ range $.Site.Home.AllTranslations }}
{{ if ne .Lang $.Lang }}
<a href="{{- .Permalink -}}" style="margin-right: 1rem;">{{- .Lang -}}</a>
{{ end }}
{{ end }}
</div>
</div>
</div>