yannstatic/_includes/snippets/is_collection.html

7 lines
205 B
HTML
Raw Normal View History

2024-10-31 20:18:37 +01:00
{%- assign _page_path_first_char = include.page.path | slice: 0, 1 -%}
{%- if _page_path_first_char == '_' -%}
{%- assign __return = true -%}
{%- else -%}
{%- assign __return = false -%}
{%- endif -%}