From e9c85be566c7a340e99e1f9d6f1dfb8b0a94ca92 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Tue, 29 May 2018 16:47:52 +0100 Subject: Address input given in contrib channel, and add FAQ --- templates/main/navigation.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates/main/navigation.html') diff --git a/templates/main/navigation.html b/templates/main/navigation.html index f1db2a90..f17689be 100644 --- a/templates/main/navigation.html +++ b/templates/main/navigation.html @@ -81,6 +81,12 @@
  • Information
  • {% endif %} + {% if current_page == "main.info.faq" %} +
  • FAQ
  • + {% else %} +
  • FAQ
  • + {% endif %} + {% if current_page == "main.info.help" %}
  • Getting Help
  • {% else %} -- cgit v1.2.3