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.

8 lines
203B

  1. {# Testing that global functions/section get reloaded properly #}
  2. {% set section = get_section(path="rebuild/_index.md") %}
  3. {% for page in section.pages -%}
  4. <h1>{{ page.title }}</h1>
  5. {%- endfor %}