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: 9f30c0fee3bd86e9f9268631b0e5d30520f39314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div>
	<div>
		<span>{{ humanize .Section }}</span>
		<h1>
			<a href="{{ .Permalink }}">
				{{ .Title }}
			</a>
		</h1>
		<div>
			{{ .Summary }}
		</div>
	</div>
</div>