<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>