You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {# 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 %}
|