allow for subdir in baseURL
This commit is contained in:
parent
3048ba2968
commit
d336a31c1e
3 changed files with 5 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue