summaryrefslogtreecommitdiffstats
path: root/layouts/stream/list.html
blob: bf83b800838cf362a560e05bb60b897ca3576e28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{{ define "main" }}

{{ .Content }}

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

{{ end }}