Use relLangURL for content paths

This commit is contained in:
Will Faught
2023-08-12 14:13:18 -07:00
parent 30eaf84c66
commit 7fea12affc
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{{ $page := . }}
{{ $basepath := path.Clean (urls.Parse site.BaseURL).Path }}
{{ $basepath := path.Clean (urls.Parse (relLangURL "")).Path }}
{{ $pills := false }}
{{ $tabs := false }}
{{ $underline := false }}