bunteshaus.de/themes/buha/layouts/partials/structure/submenu.html

17 lines
978 B
HTML
Raw Normal View History

2022-03-27 14:42:21 +02:00
<div>
<details>
2022-04-03 01:02:41 +02:00
<summary style="list-style: none; text-align: right;">Menü ☰</summary>
2022-03-27 14:42:21 +02:00
<p>
2022-04-04 19:28:17 +02:00
{{ partial "structure/sidebar_submenu" . }}
2022-04-03 01:02:41 +02:00
{{ if .IsHome }}
<div class="footer_color" style="margin-top: 1rem; text-align: right;"><b>Languages</b></div>
{{ range $.Site.Home.AllTranslations }}
{{ if ne .Lang $.Lang }}
2022-04-04 19:35:24 +02:00
<li style="list-style: none; text-align: right;"><a href="{{- .Permalink -}}">{{- i18n .Lang -}}</a></li>
2022-04-03 01:02:41 +02:00
{{ end }}
{{ end }}
2022-04-03 02:33:46 +02:00
{{ end }}
2022-03-27 14:42:21 +02:00
</p>
</details>
</div>