This commit is contained in:
2024-03-29 18:22:02 -04:00
parent 8a23681a12
commit c35de0642e
2 changed files with 3 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
<div class="post">
<a href="{{post.url}}"><img src="{{post.image}}" alt="post img"></a>
<span>
<a href="{{post.url}}"><h2>{{post.title}}</h3></a>
<a href="{{post.url}}"><h3>{{post.title}}</h3></a>
<p>{{post.description}}</p>
</span>
</div>