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

heading.html « partials « layouts - github.com/de-souza/hugo-flex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e62f2162a2031d43d4ece693bea2655461a7399a (plain)
1
2
3
4
5
6
7
8
9
10
<header class="Heading">
  <h2 class="Heading-title">
    <a class="Heading-link u-clickable" href="{{ .RelPermalink }}" rel="bookmark">{{ .Title }}</a>
  </h2>
  {{ with .PublishDate | default nil }}
    <time datetime="{{ .Format "2006-01-02T15:04:05Z07:00" }}">
      {{- .Format "2 January, 2006" -}}
    </time>
  {{ end }}
</header>