<h1 class=“site-masthead__title mb-1”>{{ page.title | default: site.name }}</h1>

{% if page.description %}

<p class="site-masthead__description mb-0">
    {{ page.description }}
</p>

{% endif %}