Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhixuan <59254886+zhixuan2333@users.noreply.github.com>2021-10-29 18:20:36 +0300
committerGitHub <noreply@github.com>2021-10-29 18:20:36 +0300
commitc43f9d1ea8abfa083a40d84b7dc0c0c95fa85e9c (patch)
treea1892fc11bc9f2924b43cd9c38c0437c76b32568
parent44fc94f0085c5ca1fd1c6a8725b99448610d1fa6 (diff)
fix(menu/social): Delete `relLangURL` (#406)
-rw-r--r--layouts/partials/sidebar/left.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sidebar/left.html b/layouts/partials/sidebar/left.html
index 108c029..db05480 100644
--- a/layouts/partials/sidebar/left.html
+++ b/layouts/partials/sidebar/left.html
@@ -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 }}
>