add separator
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
{% set year = theme_config.footer.year ~ "-" ~ "now"|date("y") %}
|
||||
{% endif %}
|
||||
<span class="footer-copyright">
|
||||
© {{ year }}
|
||||
{% if theme_config.footer.info is defined and theme_config.footer.info is not empty %}
|
||||
{{ theme_config.footer.info }}
|
||||
{% endif %}
|
||||
© {{ year }}
|
||||
{% if theme_config.footer.info is defined and theme_config.footer.info is not empty %}
|
||||
| {{ theme_config.footer.info }}
|
||||
{% endif %}
|
||||
</span>
|
||||
<span class="footer-link">
|
||||
<a href="{{ theme_config.footer.url }}">{{ theme_config.footer.title }}</a>
|
||||
|
||||
Reference in New Issue
Block a user