summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/article-list.html
blob: 338643c323df00e25be2433c13cec0b8906793aa (plain)
1
2
3
4
5
6
<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>