added new devlog and changed DevlogPost so that pages and previews are grouped by year

This commit is contained in:
2025-07-13 16:54:49 +02:00
parent 1e3a116f23
commit fbc32be54f
35 changed files with 154 additions and 29 deletions

View File

@@ -6,7 +6,9 @@
} = $props();
</script>
<video controls class="video-block">
<!-- Muted video element -->
<video controls class="video-block" muted>
<source src={src} type="video/mp4">
Video is broken, sorry!
</video>