Remove langpicker and most of multilingual support

I didn't end up using it, and I don't want to maintain it anymore.
This commit is contained in:
2023-03-20 18:29:46 -05:00
parent 337a62c7cd
commit 7ac4908149
10 changed files with 3 additions and 263 deletions

View File

@ -1,8 +0,0 @@
{{ if .IsTranslated }}
<span class="post-meta-item" aria-label="{{ i18n "aria_post_meta_translations" }}">
{{ partial "icon.html" "world" }}
{{ range .Translations }}
<a href="{{ .Permalink }}">{{ .Language }}</a>
{{ end }}
</span>
{{ end }}