From bb9c85bed9c9a14a9742f17b4726cbc1f9815ffb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 19 Jun 2017 10:23:27 +0200 Subject: [PATCH] Update linking --- source/faq/index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}