site/layouts/projects/li.html

7 lines
111 B
HTML
Raw Normal View History

2024-06-05 20:43:19 +02:00
<li>
<a href="{{ .PermaLink }}">
{{ .Title }}
<small>{{ .Summary }}</small>
</a>
</li>