diff --git a/templates/en/partials/footer.html.twig b/templates/en/partials/footer.html.twig index 697046d..a890fa5 100644 --- a/templates/en/partials/footer.html.twig +++ b/templates/en/partials/footer.html.twig @@ -4,10 +4,10 @@ {% set year = theme_config.footer.year ~ "-" ~ "now"|date("y") %} {% endif %} - © {{ year }} - {% if theme_config.footer.info_en is defined and theme_config.footer.info_en is not empty %} - {{ theme_config.footer.info_en }} - {% endif %} + © {{ year }} +{% if theme_config.footer.info_en is defined and theme_config.footer.info_en is not empty %} +  | {{ theme_config.footer.info_en }} +{% endif %} {{ theme_config.footer.title_en }} diff --git a/templates/partials/footer.html.twig b/templates/partials/footer.html.twig index e010411..ca1637c 100644 --- a/templates/partials/footer.html.twig +++ b/templates/partials/footer.html.twig @@ -4,10 +4,10 @@ {% set year = theme_config.footer.year ~ "-" ~ "now"|date("y") %} {% endif %} - © {{ 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 %} {{ theme_config.footer.title }}