{% for link in config.extra.footer.links %} {#- hack to get page or section #} {%- if link is ending_with("_index.md") -%} {%- set s = get_section(path=link) -%}
{{s.title}}
{%- else -%} {%- set p = get_page(path=link) -%}
{{p.title}}
{%- endif -%} {% endfor %}

Website made with Zola

© Enclave Information Systems