fix spaces & raw content

This commit is contained in:
2025-09-28 19:04:56 +02:00
parent 9408e214d3
commit eb8f8485ca
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<span class="footer-copyright"> <span class="footer-copyright">
&copy;&nbsp;{{ year }} &copy;&nbsp;{{ year }}
{% if theme_config.footer.info_en is defined and theme_config.footer.info_en is not empty %} {% if theme_config.footer.info_en is defined and theme_config.footer.info_en is not empty %}
&nbsp;|&nbsp;{{ theme_config.footer.info_en }} &nbsp;|&nbsp;{{ theme_config.footer.info_en|raw }}
{% endif %} {% endif %}
</span> </span>
<span class="footer-link"> <span class="footer-link">

View File

@@ -6,7 +6,7 @@
<span class="footer-copyright"> <span class="footer-copyright">
&copy;&nbsp;{{ year }} &copy;&nbsp;{{ year }}
{% if theme_config.footer.info is defined and theme_config.footer.info is not empty %} {% if theme_config.footer.info is defined and theme_config.footer.info is not empty %}
&nbsp;|&nbsp;{{ theme_config.footer.info }} &nbsp;|&nbsp;{{ theme_config.footer.info|raw }}
{% endif %} {% endif %}
</span> </span>
<span class="footer-link"> <span class="footer-link">