mirror of
https://github.com/getzola/zola
synced 2024-12-14 14:22:28 +00:00
8 lines
203 B
HTML
8 lines
203 B
HTML
|
{# Testing that global functions/section get reloaded properly #}
|
||
|
|
||
|
{% set section = get_section(path="rebuild/_index.md") %}
|
||
|
|
||
|
{% for page in section.pages -%}
|
||
|
<h1>{{ page.title }}</h1>
|
||
|
{%- endfor %}
|