summaryrefslogblamecommitdiffstats
path: root/layouts/partials/art.html
blob: 94307aa9e2704c6f741d6bf2e7322d924a1fff2c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                      

 <h3>Art</h3> 

 <ul>

  {{ range where site.RegularPages "Section" "art" }}
  <li><a href="{{ .Permalink }}">{{ .Title }}</a> ({{ .Date.Format "2 Jan 06" }})</li>
  {{ end }}

 </ul>