yannstatic/_includes/snippets/is_collection.html
2024-10-31 20:18:37 +01:00

7 lines
205 B
HTML

{%- assign _page_path_first_char = include.page.path | slice: 0, 1 -%}
{%- if _page_path_first_char == '_' -%}
{%- assign __return = true -%}
{%- else -%}
{%- assign __return = false -%}
{%- endif -%}