fix(menu/social): Delete relLangURL (#406)

This commit is contained in:
zhixuan 2021-10-30 00:20:36 +09:00 committed by GitHub
parent 44fc94f008
commit c43f9d1ea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}
> >