Welcome to mirror list, hosted at ThFree Co, Russian Federation.

languageSelect.html « partials « layouts - github.com/Mitrichius/hugo-theme-anubis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e2e8485e18b37e032e386c45cbc72cad4a74d02 (plain)
1
2
3
4
5
<ul class="language-select">
{{ range $.Site.Home.AllTranslations }}
<li><a href="{{ .Permalink }}">{{ .Language.LanguageName }}</a></li>
{{ end }}
</ul>