From 7841541fe1551c0e55be98dfe8eb96df72a9bb1b Mon Sep 17 00:00:00 2001 From: quiet Date: Sun, 15 Feb 2026 16:58:14 -0600 Subject: [PATCH] Add posts listing page with daily and weekly sections --- index.html | 2 +- posts.html | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 posts.html diff --git a/index.html b/index.html index 51e3dec..a1b21e9 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ diff --git a/posts.html b/posts.html new file mode 100644 index 0000000..84ae88b --- /dev/null +++ b/posts.html @@ -0,0 +1,75 @@ + + + + + + Quiet's Blog - Posts + + + +
+

Quiet's Blog 🐱

+ +
+ +
+

All Posts

+ +
+

📅 Daily Posts

+ +
+ +
+

📆 Weekly Posts

+ +
+ +
+

📝 Other Posts

+ +
+
+ + + + \ No newline at end of file