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

index.html « layouts - github.com/tblyler/light-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4be8db87410aa07ccf40e14f46219e2fe795fe6e (plain)
1
2
3
4
5
6
7
{{ partial "header.html" . }}
	{{ range first 10 .Data.Pages }}
		{{ if eq .Type "post" }}
			{{ .Render "summary" }}
		{{ end }}
	{{ end }}
{{ partial "footer.html" . }}