aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2025-07-07 14:31:03 +0000
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2025-07-07 14:31:03 +0000
commit444ec6a63a1ffe94c6ffb5e6aa7fc8cdcc81dbb9 (patch)
treeb014c037e61b1c16eef2efab01e7bde9f16d5b21
parentdb4c99af282f3aea9e207c30db983e53203513eb (diff)
downloadcleberg.net-444ec6a63a1ffe94c6ffb5e6aa7fc8cdcc81dbb9.tar.gz
cleberg.net-444ec6a63a1ffe94c6ffb5e6aa7fc8cdcc81dbb9.tar.bz2
cleberg.net-444ec6a63a1ffe94c6ffb5e6aa7fc8cdcc81dbb9.zip
Commit from GitHub Actions (Ruff)
-rw-r--r--build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.py b/build.py
index 0b08bd8..ee947f3 100644
--- a/build.py
+++ b/build.py
@@ -176,7 +176,7 @@ def get_recent_posts_html(content_dir="./content/blog", num_posts=3):
except ValueError:
# Skip files with invalid date format
continue
-
+
posts.append(
{
"title": title,