page-header.html 225 B

12345678
  1. <section class="section pb-0">
  2. <div class="container text-center">
  3. <h1 class="display-3">{{ .Title | markdownify }}</h1>
  4. {{ with .Params.subtitle }}
  5. <p>{{ . | markdownify }}</p>
  6. {{ end }}
  7. </div>
  8. </section>