WebsiteApp/_docs/faq.md
2021-01-26 16:38:24 +01:00

813 B

title subtitle tags author
Frequently asked questions section Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
features
featured
alex

Create FAQ post in _faqs folder (categories are optional):

---
title: Do you provide customer support?
categories: [presale]
---

To add the following to a page: {% raw %}

{% include faqs.html multiple="true" title="Frequently asked questions" category="presale" subtitle="Find quicke answers to frequent pre-sale questions asked by customers" %}

{% endraw %}

Specifying category is optional, if not defined all FAQ posts will be displayed. To display multiple FAQs at the same time without one collapsing when the other one is opened, add the multiple="true" attribute.