noveria.org/layouts/posts/single.html
2025-02-27 20:37:24 +01:00

7 lines
183 B
HTML

{{ define "blog-main" }}
<div class="prose w-3/6 mt-5 mx-auto">
<h1 id="{{ .Title }}">{{ .Title }}</h1>
<img src="{{ .Params.image }}" alt="">
{{ .Content }}
</div>
{{ end }}