tijl.dev-core/web/views/post.html
tijl 769839afb5
Some checks failed
build / build (push) Successful in 10m12s
release-tag / release-image (push) Has been cancelled
fix: ui tweaks
2024-09-05 00:19:13 +02:00

8 lines
218 B
HTML

<div class="flex justify-center mx-auto">
<article class="mx-2 prose ">
<h1 class="m-auto my-1">{{.Post.Meta.Title}}</h1>
<hr class="p-0 m-0 my-4" />
{{.Post.Content}}
</article>
</div>