aboutsummaryrefslogblamecommitdiff
path: root/themes/neonxp/layouts/_default/home.html
blob: 0df65974276f6b3860367626d7b3f92c3fe3fccd (plain) (tree)
1
2
3
4
5
6
7






                                                               
{{ define "main" }}
  {{ .Content }}
  {{ range site.RegularPages }}
    <h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
    {{ .Summary }}
  {{ end }}
{{ end }}