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

single.html « _default « layouts - github.com/thomasheller/crab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b3a238382542ed02e80dfd4842f5f3b3bafcc309 (plain)
1
2
3
4
5
6
7
8
9
{{ partial "header.html" . }}
{{ if hasPrefix .URL "/blog/" }}
<p class="timestamp">{{ .Date.Format "January 2, 2006" }}</p>
{{ end }}
{{ .Content }}
{{ if .Params.tags }}
  {{ partial "tags" .Params.tags }}
{{ end }}
{{ partial "footer.html" . }}