gmgauthier.com/layouts/reading/li.html

7 lines
279 B
HTML
Raw Normal View History

2021-11-29 17:29:47 +00:00
<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>