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