allow for subdir in baseURL

This commit is contained in:
Ilja Radusch 2024-03-17 16:33:10 -05:00 committed by zjedi
parent 3048ba2968
commit d336a31c1e
3 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@
<ol>
{{ range where $sections ".Params.footer_menu" "eq" true }}
<li>
<a href="{{ .Params.detailed_page_path }}">{{ .Params.footer_menu_title }}</a>
<a href="{{ relLangURL .Params.detailed_page_path }}">{{ .Params.footer_menu_title }}</a>
</li>
{{ end }}
</ol>