use relative link for languages
This commit is contained in:
parent
317ccae23b
commit
fa39cec586
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
<ul>
|
||||
{{ range .Site.Languages }}{{ with index $translations .Lang }}
|
||||
<li>
|
||||
<a href="{{ .Permalink }}">
|
||||
<a href="{{ .RelPermalink }}">
|
||||
{{ .Language.LanguageName }}
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue