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

single.html « _default « layouts - github.com/tblyler/light-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 95c225b1ae6d4c294876e81e660379d6890f492e (plain)
1
2
3
4
5
6
7
8
9
{{ partial "header.html" . }}
	<div class="postBody">
		<div class="post">
			{{ if .Title }}<h1>{{ .Title }}</h1>{{ end }}
			<span class="post-meta">{{ .Date.Format "Mon, Jan 2, 2006" }}</span>
			{{ .Content }}
		</div>
	</div>
{{ partial "footer.html" . }}