Skip to content

Commit

Permalink
fix sidebar links base url
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarrara committed Aug 18, 2023
1 parent 3fe9aff commit 63b7a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ul>
</details>
{% else -%}
<a href="/{{ menu[entry] }}.html" title="{{ entry }}">{{ entry }}</a>
<a href="{{ base_url | safe }}{{ menu[entry] }}.html" title="{{ entry }}">{{ entry }}</a>
{%- endif %}
</li>
{% endmacro %}
Expand Down

0 comments on commit 63b7a21

Please sign in to comment.