feat: Use new entity-based cover #42

Merged
aniva merged 13 commits from home/cover into main 2025-07-06 15:05:37 -07:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 6024a151b2 - Show all commits

View File

@ -37,9 +37,7 @@
<p class="text-gray-200 flex justify-center"> <p class="text-gray-200 flex justify-center">
{#each (post?.tags ?? []) as tag, i} {#each (post?.tags ?? []) as tag, i}
{#if i > 0} {#if i > 0}
<div class="separator text-sm">
<DividerVertical /> <DividerVertical />
</div>
{/if} {/if}
<a href="/tag/{tag}">{tag}</a> <a href="/tag/{tag}">{tag}</a>
{/each} {/each}