summaryrefslogblamecommitdiffstats
path: root/layouts/partials/poetry.html
blob: 86d67b6e8913d5a6eb17694cc81beeb86600cc71 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
              
 
                                 







                                                         
<h2>Poems</h2>

<p>This page is experimental.</p>

<ul id="poetry">
  {{ range where site.RegularPages "Section" "writing" }}
  <li>
    <a href="{{ .Permalink }}">{{ .Title }}</a>
  </li>
  {{ end }}
</ul>