bunteshaus.de/themes/buha/layouts/partials/footer.html

32 lines
1023 B
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 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">
{{ if or (eq .Section "news") (eq .Section "orga") }}
<a href="/index.xml">RSS</a><br><br>
{{ else }}
{{- with .OutputFormats.Get "rss" -}}
{{- if .Permalink -}}
{{- printf `<a href="%s">` .Permalink | safeHTML -}}
{{- end -}}
RSS</a><br><br>
{{- end -}}
{{ end }}
<a href="https://schlomp.space/Bunteshaus/bunteshaus.de">Sourcecode</a>
</div>