summaryrefslogtreecommitdiffstats
path: root/themes/problematic/layouts/partials/reading.html
blob: efc7ceee3ec3bd95fad516ca42883fd4ffc1a3db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<h3>Reading by day</h3>

This is intended to be an ongoing log of longer-form material. Not sure if I will continue to list it by day - that might be over ambitious.

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