Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 159 Bytes

faq.md

File metadata and controls

9 lines (9 loc) · 159 Bytes

FAQ

    {% for p in site.pages%} {% if p.layout == "faq" %}
  • {{ p.title }}
  • {% endif %} {% endfor %}