From fc34a54a7f2ffed9e984159601076389c54c77a1 Mon Sep 17 00:00:00 2001 From: Saskia Hiltemann Date: Tue, 23 Mar 2021 20:16:42 +0100 Subject: [PATCH] fix FAQ link on topic pages --- _includes/help.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_includes/help.html b/_includes/help.html index 31b13f7bc12c8..360ab406f7f16 100644 --- a/_includes/help.html +++ b/_includes/help.html @@ -14,10 +14,15 @@ {% icon question %} FAQs - {% if topic or page.layout == 'topic' %} + {% if topic %} {% icon question %} Topic FAQs + {% elsif page.layout == 'topic' %} + + {% icon question %} Topic FAQs + + {% endif %} {% icon feedback %} Galaxy Help Forum