hugo-ataru

Hugo theme with titleless posts and microformats2 support

git clone git://git.shimmy1996.com/hugo-ataru.git

header.html (256B)

    1 <header>
    2   {{ $timestamp := .Date.Format "2006-01-02T15:04:05Z07:00" }}
    3   <a class="u-url" href="{{ .RelPermalink }}"><time class="dt-published" datetime="{{ $timestamp }}">{{ $timestamp }}</time></a>
    4   {{ with .Title }}<h1>{{ . }}</h1>{{ end }}
    5 </header>