{% if theme_config.footer.year == "now"|date("Y") %} {% set year = "now"|date("Y") %} {% else %} {% 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 %} {{ theme_config.footer.title_en }} {{ theme_config.analytics|raw }}