From 85fedf287efb5da1e97ef16a39fe892b92509922 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca <jonas.fonseca@gmail.com> Date: Thu, 26 Oct 2017 19:45:59 -0400 Subject: [PATCH] Remove unused template code It was introduced in 0ff0b46c7ab90e9df8c0fa9e1eb203a9a83c0a33 in as an unrelated change. --- material/base.html | 3 --- src/base.html | 5 ----- 2 files changed, 8 deletions(-) diff --git a/material/base.html b/material/base.html index d46ef092..1270714d 100644 --- a/material/base.html +++ b/material/base.html @@ -99,9 +99,6 @@ {% endblock %} <div class="md-container"> {% set feature = config.extra.get("feature", {}) %} - {% if feature.hero %} - {% include "partials/hero.html" %} - {% endif %} {% if feature.tabs %} {% include "partials/tabs.html" %} {% endif %} diff --git a/src/base.html b/src/base.html index db8b5157..658035ab 100644 --- a/src/base.html +++ b/src/base.html @@ -195,11 +195,6 @@ <div class="md-container"> {% set feature = config.extra.get("feature", {}) %} - <!-- Hero banner --> - {% if feature.hero %} - {% include "partials/hero.html" %} - {% endif %} - <!-- Tabs with outline --> {% if feature.tabs %} {% include "partials/tabs.html" %} -- GitLab