Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 357 Bytes

File metadata and controls

18 lines (17 loc) · 357 Bytes
title Fragments
header Fragments
group navigation

{% include JB/setup %}

    {% for item in site.fragments %} {% if item.title != null %}
  • {{ item.title }}
  • {% endif %} {% endfor %}