Various markdown, spelling, and grammar fixes (#4503)

This commit is contained in:
Franck Nijhof 2018-01-24 08:28:39 +01:00 committed by Fabian Affolter
parent 483bc52dc0
commit 49f53fd988
28 changed files with 163 additions and 145 deletions

View file

@ -17,11 +17,14 @@ This is a community curated list of frequently asked questions (FAQ) about the i
{% assign categories = faq | map: 'ha_category' | uniq | sort %}
{% for category in categories %}
## {% linkable_title {{ category }} %}
{% for entry in faq %}
{% if entry.ha_category == category %}
### {% linkable_title {{ entry.title }} %}
{{entry.content}}
{% endif %}
{% endfor %}