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

summary.html « post « layouts - github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bbde4a758a365fc288c53495740992984791da0f (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="{{ .Permalink }}">
			{{ .Title }}
		</a>
	</h1>
	<div>
		{{ .Summary }}
	</div>
</div>