summaryrefslogtreecommitdiff
path: root/layouts/partials/article_list_item.html
blob: 4190d02755ff8e5a6ec79202c315824405b0e2e1 (plain)
1
2
3
4
5
6
7
<li>
  <a href="{{ .Page.Permalink }}">
    <time>{{ .PublishDate.Format "2006-01-02" }}</time>
    &#183;
    {{ .Page.Title }}
  </a>
</li>