sgregoratto.me

Hugo files for www.sgregoratto.me
git clone git://git.sgregoratto.me/sgregoratto.me
Log | Files | Refs

single.html (270B)


      1 {{ partial "header.html" . }}
      2 <header>
      3 <h1 class="title">{{.Title}}</h1>
      4 {{ if .Params.Subtitle }}<p class="subtitle">{{.Params.Subtitle}}</p>{{end}}
      5 <p><time class="date">{{ .Date.Format "2006-01-02" }}</time></p>
      6 </header>
      7 {{ .Content }}
      8 {{ partial "footer.html" . }}