Update linking

This commit is contained in:
Fabian Affolter 2017-06-19 10:23:27 +02:00
parent 880853b94d
commit bb9c85bed9
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -21,7 +21,7 @@ This is a community curated list of frequently asked questions (FAQ) about the i
{% for entry in faq %}
{% if entry.ha_category == category %}
### {% linkable_title {{ entry.description }} %}
### {% linkable_title {{ entry.title }} %}
{{entry.content}}
{% endif %}
{% endfor %}