refactor: use relative link for hyperlinks

This commit is contained in:
Jimmy Cai
2020-10-31 23:24:58 +01:00
parent d6b0f10241
commit b5645f0180
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
{{ $active := or (eq $currentPage.Title .Name) (or ($currentPage.HasMenuCurrent "main" .) ($currentPage.IsMenuCurrent "main" .)) }}
<li {{ if $active }} class='current' {{ end }}>
<a href='{{ .URL | absLangURL }}'>
<a href='{{ .URL | relURL }}'>
{{ if .Pre }}
{{ partial "helper/icon" .Pre }}
{{ end }}