Comment out multilang links in footer
This commit is contained in:
parent
fb9d777958
commit
75d0929156
@ -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>
|
||||
|
Reference in New Issue
Block a user