From 3b42232c35ae9a1c46c3d3ae9317fffc8c385508 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 5 Nov 2013 19:29:48 +0530 Subject: [PATCH] [minor] fix in navbar and footer generation --- website/templates/includes/footer.html | 4 +--- website/templates/includes/navbar.html | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/website/templates/includes/footer.html b/website/templates/includes/footer.html index 35459f417b..1cbd279bc4 100644 --- a/website/templates/includes/footer.html +++ b/website/templates/includes/footer.html @@ -1,4 +1,3 @@ -{% if top_bar_items %} -{% endif %} \ No newline at end of file + \ No newline at end of file diff --git a/website/templates/includes/navbar.html b/website/templates/includes/navbar.html index 4526c2fdd6..e5ced182d0 100644 --- a/website/templates/includes/navbar.html +++ b/website/templates/includes/navbar.html @@ -1,4 +1,3 @@ -{% if top_bar_items %} - -{% endif %} \ No newline at end of file + \ No newline at end of file