Skip to content
Snippets Groups Projects
Commit 85fedf28 authored by Jonas Fonseca's avatar Jonas Fonseca Committed by Martin Donath
Browse files

Remove unused template code

It was introduced in 0ff0b46c in as an
unrelated change.
parent 5d9c84ba
Branches
Tags
No related merge requests found
...@@ -99,9 +99,6 @@ ...@@ -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 %}
......
...@@ -195,11 +195,6 @@ ...@@ -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" %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment