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: 4888478c54e3e6ca75426921cc98136053a24214 (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>