personal-blog/layouts/_default/li.html

7 lines
343 B
HTML

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