github.io/layouts/partials/i18n/nav.html
Sivert V. Sæther d64efb5fb4 Hugo go go go
Made a hugo setup from scratch to generate a static blog and portfolio webpage.
The old stuff may still be found in static/old.
2022-03-29 23:00:36 +00:00

8 lines
231 B
HTML

<li id='lang-menu'>
<a id='lang-menu-btn' href='#'>{{ T "translations" }}</a>
<ul>
{{ range $.Site.Home.AllTranslations }}
<li><a href='{{ .Permalink }}'>{{ .Language.LanguageName }}</a></li>
{{ end }}
</ul>
</li>