Comment out multilang links in footer

This commit is contained in:
kolaente 2020-02-18 18:21:37 +01:00
parent fb9d777958
commit 75d0929156
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 0 deletions

View File

@ -8,11 +8,14 @@
<a href="{{ "contact/" | relLangURL }}">Contact</a> |
<a href="{{ "privacy/" | relLangURL }}">Privacy Policy</a>
</p>
{{/*
Commented out until we actually have a multi-language website.
<p>
{{ $lang := .Lang }}{{ $base := .Site.BaseURL }}{{ range .Site.Languages }}
<a class="nav-link" href="{{ $base }}{{ .Lang }}">{{ .LanguageName }}</a>
{{ end }}
</p>
*/}}
</div>
</div>
</footer>