Improve nav links logic (BREAKING CHANGE)

This commit is contained in:
daudix
2024-04-01 07:08:09 +03:00
parent 63c5d14b1d
commit 6630785ecb
4 changed files with 16 additions and 11 deletions

View File

@ -4,7 +4,7 @@
{% endif %}
{% if config.extra.footer.show_source %}
<p><a href="{{ config.extra.source_url }}">Website source</a></p>
<p><a href="{{ config.extra.source_url | safe }}">Website source</a></p>
{% endif %}
{% if config.extra.footer.show_powered_by %}