add components

This commit is contained in:
Profile Profile
2026-03-09 22:02:36 +03:00
parent 9fe0b453e6
commit 1b4be186a7
15 changed files with 2723 additions and 59 deletions

View File

@@ -58,12 +58,11 @@ function shouldBeLarge(index: number, columns: number): boolean {
---
<section class="posts-section" id="posts-section">
<h2>
{showCount && items.length > 0 && (
<span id="posts-count"> ({items.length})</span>
)}
</h2>
{showCount && items.length > 0 && (
<h2> <span id="posts-count"> ({items.length})</span></h2>
)}
<div
id="posts-grid"
class="posts-grid"