tijl.dev-core/web/views/blog.html
tijl d77d2cc94c
All checks were successful
build / build (push) Successful in 51s
web changes + blog implementation
2024-08-22 18:04:08 +02:00

6 lines
105 B
HTML

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