newblog/templates/stork_toml.html

9 lines
299 B
HTML
Raw Permalink Normal View History

2024-07-01 15:20:09 +02:00
{%- import "macros/create_stork_toml.html" as create_stork_toml -%}
{%- if config.extra.search_library %}{%- if config.extra.search_library == "stork" %}
[input]
base_directory = "public"
files = [
{{ create_stork_toml::from_section(section="_index.md", config=config) }}
]
{%- endif %}{%- endif %}