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

summary.html « partials « layouts - github.com/jimfrenette/hugo-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5cee361985de3526b393fab51253a94cf5c3d960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div>
	<div>
		<span>{{ humanize .Section }}</span>
		<h1>
			<a href="{{ .URL }}">
				{{ .Title }}
			</a>
		</h1>
		<div>
			{{ .Summary }}
		</div>
	</div>
</div>