summaryrefslogtreecommitdiff
path: root/layouts/pages/page.html
blob: 58c3f64d2e53ac5a413dbb34753412ba82764fb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{{ define "main"}}
  <main aria-role="main">
  <div class="content is-normal">
      <p class="title is-3">{{ if .Params.fa_icon }}<i class="{{ .Params.fa_icon }}"></i>{{ end }}
        {{.Page.Title}}
      </p>
    {{ .Content }}
  </div>
  </main>
{{ end }}