From 93f4a2605846aa86de6a3350c3761eb3f442d56f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 15 Mar 2013 11:23:00 +0100 Subject: [PATCH] Don't always include "Hydra" in the logo part. This partially reverts 67986b03fa08ae5acd2841b3e02be082af16bd7e. --- src/root/layout.tt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/root/layout.tt b/src/root/layout.tt index 2a43fbca..beef8859 100644 --- a/src/root/layout.tt +++ b/src/root/layout.tt @@ -100,10 +100,11 @@ - [% IF logo != "" %] + [% IF logo == "" %] + Hydra + [% ELSE %] [% END %] - Hydra