From 808cd1d17c1311ee3a2e6e84c568aba9cf97a20d Mon Sep 17 00:00:00 2001 From: Talha Mansoor Date: Mon, 1 Jul 2019 15:50:31 +0500 Subject: [PATCH] fix(home): remove redundant title --- templates/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index a71ee001..09d64edc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -39,8 +39,6 @@ {% set landing_page.page = p %} {% endfor %} -{{landing_page.page.title}} -
{% if LANDING_PAGE_TITLE %} {% set css_class = 'span10 offset2' %}