2021-10-23 22:20:01 +02:00
|
|
|
{{- 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 -}}
|
|
|
|
|
2022-04-02 23:43:27 +02:00
|
|
|
<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>
|
2021-10-23 22:20:01 +02:00
|
|
|
|
2022-04-02 23:43:27 +02:00
|
|
|
<div class="infobox">
|
|
|
|
{{- with .OutputFormats.Get "rss" -}}
|
|
|
|
{{- if .Permalink -}}
|
|
|
|
{{- printf `<a href="%s">` .Permalink | safeHTML -}}
|
|
|
|
{{- end -}}
|
|
|
|
RSS</a><br><br>
|
2021-10-23 22:20:01 +02:00
|
|
|
{{- end -}}
|
2022-04-02 23:43:27 +02:00
|
|
|
<a href="https://schlomp.space/Bunteshaus/bunteshaus.de">Sourcecode</a>
|
2022-04-03 00:20:50 +02:00
|
|
|
<div style="display: flex; flex-direction: row;">
|
2022-04-03 00:16:19 +02:00
|
|
|
{{ range $.Site.Home.AllTranslations }}
|
|
|
|
{{ if ne .Lang $.Lang }}
|
2022-04-03 00:20:50 +02:00
|
|
|
<a href="{{- .Permalink -}}" style="margin-right: 1rem;">{{- .Lang -}}</a>
|
2022-04-03 00:16:19 +02:00
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
2022-04-03 00:20:50 +02:00
|
|
|
</div>
|
2022-04-02 23:43:27 +02:00
|
|
|
</div>
|
2021-10-23 22:20:01 +02:00
|
|
|
</div>
|