Henry V Child 8804927a3f
All checks were successful
Generate and upload hugo website / generate_and_uplaod_site (push) Successful in 1m38s
Made changes to summary to help with readability
2025-03-25 06:32:16 +01:00

10 lines
201 B
HTML

<hr>
<a href="{{ .Permalink }}">
<h4>{{ .Title }}</h4>
</a>
<div>{{ .Summary }}</div>
<div>
<span>{{ .Date.Format "Jan 2, 2006" }}</span>
</div>
<a href="{{ .Permalink }}">read more -></a>