1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00
mkdocs-material/material/partials/hero.html
2020-03-05 17:17:15 +01:00

13 lines
324 B
HTML

{#-
This file was automatically generated - do not edit
-#}
{% set class = "md-hero" %}
{% if "tabs" not in config.theme.features %}
{% set class = "md-hero md-hero--expand" %}
{% endif %}
<div class="{{ class }}" data-md-component="hero">
<div class="md-hero__inner md-grid">
{{ page.meta.hero }}
</div>
</div>