From: Zachary Vance Date: Fri, 20 Feb 2026 17:34:10 +0000 (-0500) Subject: Remove index X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=4f51e72be65283d583bb5c2e84cb39f7e5e18ed0;p=blog.git Remove index --- 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