summaryrefslogblamecommitdiffstats
path: root/layouts/stream/list.html
blob: 1987b2138f4e1dcfb2cf7faf4c8914afba735946 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                   









                                                       
{{ define "main" }}

{{ .Content }}

{{ range where site.RegularPages "Section" "stream"  }}
  <h3>{{ .Date.Format "Monday, 2 January 2006" }}</h3>
  {{ .Content }}
  <hr class="new1">
{{ end }}

{{ end }}