Browse Source

use RelPermalink for i18n menu (#353)

tags/v2.6.7
Jan Steinke 4 years ago
parent
commit
a7f88bb583
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      layouts/partials/i18nlist.html

+ 1
- 1
layouts/partials/i18nlist.html View File

<ul class="pl0 mr3"> <ul class="pl0 mr3">
{{ range .Translations }} {{ range .Translations }}
<li class="list f5 f4-ns fw4 dib pr3"> <li class="list f5 f4-ns fw4 dib pr3">
<a class="hover-white no-underline white-90" href="{{ .Permalink }}">{{ .Lang }}</a>
<a class="hover-white no-underline white-90" href="{{ .RelPermalink }}">{{ .Lang }}</a>
</li> </li>
{{ end}} {{ end}}
</ul> </ul>

Loading…
Cancel
Save