summaryrefslogtreecommitdiffstats
path: root/layouts/partials/poetry.html
blob: c62ddc1965dfc3c8de019f6042f956a5751d39e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<h2>Poetry</h2>

<p>This is experimental.</p>

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