summaryrefslogtreecommitdiffstats
path: root/layouts/partials/techjournals.html
blob: 8227611618a8667fd1fb1f4e8685ce47fc47450f (plain) (blame)
1
2
3
4
5
6
7
<ul id="techjournals">
  {{ range where site.RegularPages "Section" "techjournal" }}
  <li>
    <a href="{{ .Permalink }}">{{ .Title }}</a> ({{ .Date.Format "2 Jan 06" }})
  </li>
  {{ end }}
</ul>