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

summary.html « post « layouts - github.com/jimfrenette/hugo-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 86ccddff5d9d0603c948d7034763fc29a07207c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div>
	{{ if .Date }}
	<div>
		{{ .Date.Format "January 2, 2006" }}
	</div>
	{{ end }}
	<h1>
		<a href="{{ .URL }}">
			{{ .Title }}
		</a>
	</h1>
	<div>
		{{ .Summary }}
	</div>
</div>