gmgauthier.com/themes/blackburn/layouts/_default/li.html

8 lines
350 B
HTML
Raw Normal View History

2021-11-27 11:24:34 +00:00
<li style="list-style-type: circle;">
<time style="font-family: 'Courier'; font-weight: bold">{{.Date.Format "02 Jan 2006"}}</time>
- {{ if isset .Params "image" }}
<img src="{{.Params.image}}" width="30px" height="30px" style="vertical-align: middle; padding: 1px"/>
{{end}}
<a href="{{ .Permalink }}">{{ .Title }}</a>
</li>