{% if config.extra.footer.show_copyright %}

© {{ config.title }}, {{ now() | date(format="%Y") }}

{% endif %} {% if config.extra.source_url and config.extra.footer.show_source %}

{{ trans(key='footer_source', lang=lang) | default(value="Website source") }}

{% endif %} {% if config.extra.footer.show_powered_by %}

{{ trans(key="footer_powered_by", lang=lang) | default(value="Powered by") }} Zola {{ trans(key="footer_powered_by_and", lang=lang) | default(value="and") }} Duckquill

{% endif %} {% if config.extra.footer.socials %}
    {% for link in config.extra.footer.socials %}
  • {{ link.name }}
  • {% endfor %}
{% endif %}