Welcome to mirror list, hosted at ThFree Co, Russian Federation.

page-header.html « partials « layouts - github.com/cristianmarint/sicily-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 23d407fa4927832864e7111ea5852a0c0d4ef9b8 (plain)
1
2
3
4
5
6
7
8
<section class="section pb-0">
  <div class="container text-center">
    <h1 class="display-1" style="font-weight: bold;">{{ .Title | markdownify }}</h1>
    {{ with .Params.subtitle }}
    <p style="color: gray;">{{ . | markdownify }}</p>
    {{ end }}
  </div>
</section>