tinytalk/templates/sidebar/recent-posts.php

15 lines
841 B
PHP

<div id="recent-posts">
<div class="w-full border-b border-black py-0.5 px-4">
<h1 class="font-bold">recent posts</h1>
</div>
<div class="w-full px-4 mt-1 mb-4 flex flex-col gap-0.5">
<a href="/post/1" class="text-blue-500 underline text-sm">Example Post</a>
<a href="/post/1" class="text-blue-500 underline text-sm">Example Post</a>
<a href="/post/1" class="text-blue-500 underline text-sm">Example Post</a>
<a href="/post/1" class="text-blue-500 underline text-sm">Example Post</a>
<a href="/post/1" class="text-blue-500 underline text-sm">Example Post</a>
<a href="/post/1" class="text-blue-500 underline text-sm">Example Post</a>
<a href="/post/1" class="text-blue-500 underline text-sm">Example Post</a>
<a href="/post/1" class="text-blue-500 underline text-sm">Example Post</a>
</div>
</div>