feat: footer info

This commit is contained in:
2025-09-28 18:47:32 +02:00
parent 7a0b34c685
commit 9c1cbfef90
4 changed files with 28 additions and 2 deletions

View File

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