From 9eb551c70dd24b45434a73dec123bea5319def71 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Mon, 2 Oct 2017 07:45:38 +0000 Subject: [PATCH] I need two I need two of these because with the state of the site we are either logged in or logged out and therefore with this current branch statement we will need the two for the two states (logged in/out). --- template/header.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/template/header.twig b/template/header.twig index 3c9b732e..d1d0a5e7 100755 --- a/template/header.twig +++ b/template/header.twig @@ -55,6 +55,7 @@ Log out {% else %} + About Log in {% endif %}