summaryrefslogtreecommitdiff
path: root/layouts/partials/article_list_item.html
blob: b2d9d208bb8d816b5e8f0aa176b090afe05d9446 (plain)
1
2
3
4
5
6
<section class="list-item">
  <a href="{{ .Page.Permalink }}">
    <time>{{ .PublishDate.Format "2006-01-02" }}</time>
    <span>{{ .Page.Title }}</span>
  </a>
</section>