From 4f51e72be65283d583bb5c2e84cb39f7e5e18ed0 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Fri, 20 Feb 2026 12:34:10 -0500 Subject: [PATCH] Remove index --- blog | 1 + posts/foom_v0.md | 2 +- template.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/blog b/blog index f83fb6c..4edd350 100755 --- a/blog +++ b/blog @@ -354,6 +354,7 @@ class Tag(Templatable): return sorted(self._posts, key=lambda p: p.date, reverse=True) def add_post(self, post): + if post.is_draft: return self._posts.add(post) @property diff --git a/posts/foom_v0.md b/posts/foom_v0.md index cfc0c80..b072092 100644 --- a/posts/foom_v0.md +++ b/posts/foom_v0.md @@ -2,7 +2,7 @@ author: admin categories: - Non-Technical -date: 2025-02-20 +date: 2026-02-20 tags: - foom title: FOOM V00 diff --git a/template.md b/template.md index 990066b..27f04d3 100644 --- a/template.md +++ b/template.md @@ -2,7 +2,7 @@ author: admin categories: - Uncategorized -date: 2025-??-?? +date: 2026-??-?? tags: - untagged title: TITLE -- 2.47.3