1
0
mirror of https://git.FreeBSD.org/doc.git synced 2026-06-02 19:35:07 +00:00
Files
doc/documentation/themes/beastie/layouts/_shortcodes/languages-selection.html
T
2026-05-17 20:03:59 +02:00

7 lines
209 B
HTML

<ul class="language-list">
{{ range $.Site.Home.AllTranslations }}
<li>
<a href="{{ .RelPermalink }}" lang="{{ .Language.Params.languageCode }}">{{.Language.Label }}</a>
</li>
{{ end }}
</ul>