summaryrefslogtreecommitdiff
path: root/_includes/snippets/is_collection.html
blob: 559a624c8d212dfa4d066dfec51670511c0c99f3 (plain)
1
2
3
4
5
6
{%- assign _page_path_first_char = include.page.path | slice: 0, 1 -%}
{%- if _page_path_first_char == '_' -%}
  {%- assign __return = true -%}
{%- else -%}
  {%- assign __return = false -%}
{%- endif -%}