Added reading time timer

This commit is contained in:
2024-09-06 08:21:27 +00:00
parent 17c3115a06
commit 2f362eaf09
9 changed files with 59 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
---
import Layout from "../layouts/PageLayout.astro";
import { getCollection } from "astro:content";
import Layout from "../layouts/PageLayout.astro";
const posts = await getCollection("blog");
---