Change relLangURL to safeURL in the header (#183)

This commit is contained in:
Steven 2019-05-24 19:39:43 +02:00 committed by Luiz F. A. de Prá
parent b54ec3d45b
commit 402160d2b1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
{{ with .Site.Menus.main}} {{ with .Site.Menus.main}}
{{ range sort . }} {{ range sort . }}
<li class="navigation-item"> <li class="navigation-item">
<a class="navigation-link" href="{{ .URL | relLangURL }}">{{ .Name }}</a> <a class="navigation-link" href="{{ .URL | safeURL }}">{{ .Name }}</a>
</li> </li>
{{ end }} {{ end }}
{{ end }} {{ end }}