del post class

posts
serr 2025-04-13 12:32:19 +03:00
parent e2685ddde6
commit 3150c70e1c
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<body>
{{ template "header" . }}
<main>
<div class="post">
<div>
{{ .data }}
</div>
</main>

View File

@ -6,7 +6,7 @@
<main>
{{ range $ind, $post := .posts }}
<div class="post">
<div>
<p>
{{ $post.Preview }}
</p>