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: f3bb4ced6bbf0c4a6d91ea3c6434df7a6c320fb2 (plain)
1
2
3
4
5
6
7
8
9
{{ partial "header.html" . }}
	{{ $pages := .Pages }}
	{{ if .IsHome }}
	{{ $pages = .Site.RegularPages }}
	{{ end }}
	{{ range first 10 $pages }}
		{{ .Render "summary" }}
	{{ end }}
{{ partial "footer.html" . }}