albums are now clickable

This commit is contained in:
2025-08-21 18:59:29 +02:00
parent 54fa1234c6
commit cd4d3b512a
2 changed files with 15 additions and 8 deletions

View File

@@ -4,7 +4,6 @@
import Gallery from "$lib/lists/gallery-entry.svelte";
import LinkList from "$lib/link-list.svelte";
import type { DevlogPost } from "$lib/devlog-posts";
import { posts } from "$lib/devlog-posts";
var lastIndex = -1;