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

single.html « _default « layouts - github.com/urjaacharya/redgood.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 917c4f9d7088424071bc26199706f8ab431dcfa4 (plain)
1
2
3
4
5
6
7
{{ define "main" }}
<div class="front-matter">
  <h1>{{ .Title }}</h1>
  <p>{{ dateFormat .Site.Params.theme.dateFormat .Date }} &middot; {{ .Site.Params.author }}</p>
</div>
{{ .Content }}
{{ end }}