{{ partial "header.html" . }}

{{ .Site.Params.inc.title }}

{{ with .Site.Params.inc.subtitle }}

{{ . }}

{{ end }} {{ with .Site.Params.inc.twitter }} {{ end }} {{ with .Site.Params.inc.github }} {{ end }} {{ with .Site.Params.inc.facebook }} {{ end }}
{{ range first 10 .Data.Pages }} {{ .Render "summary" }} {{ end }}
Archives
{{ partial "footer.html" . }}