Remove unused template code

It was introduced in 0ff0b46c7a in as an
unrelated change.
This commit is contained in:
Jonas Fonseca 2017-10-26 19:45:59 -04:00 committed by Martin Donath
parent 5d9c84bac4
commit 85fedf287e
2 changed files with 0 additions and 8 deletions

View File

@ -99,9 +99,6 @@
{% endblock %} {% endblock %}
<div class="md-container"> <div class="md-container">
{% set feature = config.extra.get("feature", {}) %} {% set feature = config.extra.get("feature", {}) %}
{% if feature.hero %}
{% include "partials/hero.html" %}
{% endif %}
{% if feature.tabs %} {% if feature.tabs %}
{% include "partials/tabs.html" %} {% include "partials/tabs.html" %}
{% endif %} {% endif %}

View File

@ -195,11 +195,6 @@
<div class="md-container"> <div class="md-container">
{% set feature = config.extra.get("feature", {}) %} {% set feature = config.extra.get("feature", {}) %}
<!-- Hero banner -->
{% if feature.hero %}
{% include "partials/hero.html" %}
{% endif %}
<!-- Tabs with outline --> <!-- Tabs with outline -->
{% if feature.tabs %} {% if feature.tabs %}
{% include "partials/tabs.html" %} {% include "partials/tabs.html" %}