mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Remove unused template code
It was introduced in 0ff0b46c7a
in as an
unrelated change.
This commit is contained in:
parent
5d9c84bac4
commit
85fedf287e
@ -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 @@
|
|||||||
<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" %}
|
||||||
|
Loading…
Reference in New Issue
Block a user