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 %}
|