add separator

This commit is contained in:
2025-09-28 19:03:13 +02:00
parent 3187fbf4f9
commit 9408e214d3
2 changed files with 8 additions and 8 deletions

View File

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