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

summary.html « partials « layouts - github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 641bac338cc32930324a8a01c5cc2236f3ae2139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div>
	<div>
		<div>
			<a href="{{ .Permalink }}">
				{{ .Title }}
			</a>
		</div>
		{{ with .Description }}
		<div>{{.}}</div>
		{{ end }}
	</div>
</div>