diff --git a/material/base.html b/material/base.html index d46ef0924..1270714d7 100644 --- a/material/base.html +++ b/material/base.html @@ -99,9 +99,6 @@ {% endblock %}
{% 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 db8b5157d..658035ab6 100644 --- a/src/base.html +++ b/src/base.html @@ -195,11 +195,6 @@
{% set feature = config.extra.get("feature", {}) %} - - {% if feature.hero %} - {% include "partials/hero.html" %} - {% endif %} - {% if feature.tabs %} {% include "partials/tabs.html" %}