fix spacing

This commit is contained in:
2025-09-28 19:08:55 +02:00
parent eb8f8485ca
commit afe7421e57
2 changed files with 6 additions and 4 deletions

View File

@@ -4,9 +4,10 @@
{% set year = theme_config.footer.year ~ "-" ~ "now"|date("y") %}
{% endif %}
<span class="footer-copyright">
&copy;&nbsp;{{ year }}
{% if theme_config.footer.info_en is defined and theme_config.footer.info_en is not empty %}
&nbsp;|&nbsp;{{ theme_config.footer.info_en|raw }}
&copy;&nbsp;{{ year }}&nbsp;|&nbsp;{{ theme_config.footer.info_en|raw }}
{% else %}
&copy;&nbsp;{{ year }}
{% endif %}
</span>
<span class="footer-link">

View File

@@ -4,9 +4,10 @@
{% set year = theme_config.footer.year ~ "-" ~ "now"|date("y") %}
{% endif %}
<span class="footer-copyright">
&copy;&nbsp;{{ year }}
{% if theme_config.footer.info is defined and theme_config.footer.info is not empty %}
&nbsp;|&nbsp;{{ theme_config.footer.info|raw }}
&copy;&nbsp;{{ year }}&nbsp;|&nbsp;{{ theme_config.footer.info|raw }}
{% else %}
&copy;&nbsp;{{ year }}
{% endif %}
</span>
<span class="footer-link">