website/layouts/_default/summary.html
2025-04-17 01:58:10 -04:00

10 lines
No EOL
267 B
HTML

<a href="{{ .Permalink }}" style="text-decoration: none !important;">
<div style="display: flex; justify-content: space-between; align-items: center;">
<div>
{{ .Title }}
</div>
<div>
{{ .Date.Format "Jan 2, 2006" }}
</div>
</div>
</a>