summaryrefslogtreecommitdiffstats
path: root/layouts/home.html
blob: 0c764256df22f8039425aa0b503bf6c20615f6bc (plain)
1
2
3
4
5
6
7
8
9
{{ define "main" }}
  {{ .Content }}
  {{ range site.RegularPages }}
    <section>
      <h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
      {{ .Summary }}
    </section>
  {{ end }}
{{ end }}