{% if config.extra.footer.links %}
    {% for link in config.extra.footer.links %} {%- if link.url is matching('https?://') %}
  • {{ link.name }}
  • {%- else %}
  • {{ link.name }}
  • {%- endif %} {% endfor %}
{% endif %} {% if config.extra.footer.show_copyright %}

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

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

Website source

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

Powered by Zola and Duckquill

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