fix(menu/social): Delete relLangURL
(#406)
This commit is contained in:
parent
44fc94f008
commit
c43f9d1ea8
@ -38,7 +38,7 @@
|
|||||||
{{ range . }}
|
{{ range . }}
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href='{{ .URL | relLangURL }}'
|
href='{{ .URL }}'
|
||||||
{{ if eq (default true .Params.newTab) true }}target="_blank"{{ end }}
|
{{ if eq (default true .Params.newTab) true }}target="_blank"{{ end }}
|
||||||
{{ with .Name }}title="{{ . }}"{{ end }}
|
{{ with .Name }}title="{{ . }}"{{ end }}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user