tijl.dev-core/web/views/blog.html
tijl c96824332e
All checks were successful
build / build (push) Successful in 47s
blog update
2024-08-22 20:28:21 +02:00

8 lines
146 B
HTML

<div>Posts</div>
<div hx-boost="true">
{{range .Posts}}
<div><a href="/blog/{{.Meta.Slug}}">{{.Meta.Title}}</a></div>
{{end}}
</div>