personal-blog/layouts/reading/li.html

7 lines
279 B
HTML

<li style="list-style-type: circle;">
{{ if isset .Params "image" }}
<img src="{{.Params.image}}" width="60px" height="60px" style="vertical-align: middle; padding: 1px"/>
{{end}}
<a href="{{ .Permalink }}"><b>{{ .Title }}</b></a> - {{ .Params.author }}
</li>