This commit is contained in:
2024-03-30 16:53:09 -04:00
parent 9770f327b7
commit c3989d01e1
2 changed files with 13 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
<div class="post">
<a class="post-img" href="{{post.origin_url}}"><img class="post-img" src="{{post.img_url}}" alt="post img"></a>
<span>
<a class="post-title" href="{{post.origin_url}}"><h3 class="post-title">{{post.title}}</h3></a>
<a class="post-title" href="{{post.origin_url}}"><h4 class="post-title">{{post.title}}</h4></a>
<p>{{post.descr}}</p>
</span>
</div>