diff --git a/source/faq/index.markdown b/source/faq/index.markdown index 4cb6498054c..cdf865abf48 100644 --- a/source/faq/index.markdown +++ b/source/faq/index.markdown @@ -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 %}