all repos — h3rald @ e8b396993832d2d8e7fb795e68a53476172b63e0

The sources of https://h3rald.com

templates/_page_header.mustache

 1
 2
 3
 4
 5
 6
<header class="col-md-9">
  <h2>{{title}}</h2>
  {{#subtitle}}
  <p class="primary-subtitle">{{subtitle}}</p>
  {{/subtitle}}
</header>