site/layouts/projects/li.html

7 lines
111 B
HTML

<li>
<a href="{{ .PermaLink }}">
{{ .Title }}
<small>{{ .Summary }}</small>
</a>
</li>