{% assign page_title = page.title | downcase | replace: ' ', '-' %}
{% assign site_categories = site.categories %}
{% assign accordion_collection = site.accordions | sort: "order" %}
{% for item in accordion_collection %}
{% if item.path contains page_title %}{% comment %}{% endcomment %}
{% endif %}
{% endfor %}