3 lines
168 B
Plaintext
3 lines
168 B
Plaintext
|
{% macro get_section_index_page_title() -%}
|
||
|
{% if config.extra.INDEX_PAGE_NAV_TITLE %}{{ config.extra.INDEX_PAGE_NAV_TITLE }}{% else %}Index{% endif %}
|
||
|
{%- endmacro -%}
|