summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/article-list.html
blob: 755b2296f92142e144198a46111d630444eb1324 (plain)
1
2
3
4
5
6
<ul>
	{{- range where .Site.RegularPages "Type" (.Get "category") | first 7 }}
	<li>{{ .Date.Format "02/01/06" }} - <a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
	{{- end }}
	<li><i><a href="{{ .Get "category" }}">Plus...</a></i></li>
</ul>