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> <body>
{{ template "header" . }} {{ template "header" . }}
<main> <main>
<div class="post"> <div>
{{ .data }} {{ .data }}
</div> </div>
</main> </main>

View File

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