Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 633 Bytes

index.md

File metadata and controls

24 lines (23 loc) · 633 Bytes
layout title permalink
default
Event Calendars | blr.today
/calendars/

{%- assign calendarPagesGrouped = site.html_pages | where: "layout", "events" |group_by: "type" -%} {%- for group in site.data.calendar_types -%} {%- assign key = group[0] -%}

{{group[1].title}}

{{group[1].description}}

    {%- for group in calendarPagesGrouped -%} {%- if group.name == key -%} {%- for page in group.items -%} {% assign eventCount=page.events | size %}
  • {{page.title}}
  • {%- endfor -%} {%- endif -%} {%- endfor -%}
{%- endfor -%}