rogs.me/layouts/shortcodes/artlist.html

6 lines
273 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<ul id=artlist>
{{ range first 5 (where .Site.RegularPages "Section" "posts") }}
<li><span class="artlist-date">{{ dateFormat "02 Jan 2006" .Date }}</span> <a href="{{.Permalink}}">{{.Title}}<span style="display:none">{{.Params.Tags}}</span></a></li>
{{end}}
</ul>