Skip to content
Snippets Groups Projects
heading.html 402 B
Newer Older
magicfelix's avatar
magicfelix committed
<section class="hero is-small">
    <div class="hero-body">
        <div class="container has-text-centered">
            <h1 class="title mb-0"><a href="{{ page.permalink }}">{{ page.title }}</a></h1>
            {% if page.description %}
                <p class="subtitle">
                    {{ page.description }}
                </p>
            {% endif %}
        </div>
    </div>
</section>