mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-03-21 15:55:57 +01:00
fix(menu/social): Delete relLangURL
(#406)
This commit is contained in:
parent
44fc94f008
commit
c43f9d1ea8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
{{ range . }}
|
||||
<li>
|
||||
<a
|
||||
href='{{ .URL | relLangURL }}'
|
||||
href='{{ .URL }}'
|
||||
{{ if eq (default true .Params.newTab) true }}target="_blank"{{ end }}
|
||||
{{ with .Name }}title="{{ . }}"{{ end }}
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue