diff options
author | github-actions <41898282+github-actions[bot]@users.noreply.github.com> | 2025-07-07 14:31:03 +0000 |
---|---|---|
committer | github-actions <41898282+github-actions[bot]@users.noreply.github.com> | 2025-07-07 14:31:03 +0000 |
commit | 444ec6a63a1ffe94c6ffb5e6aa7fc8cdcc81dbb9 (patch) | |
tree | b014c037e61b1c16eef2efab01e7bde9f16d5b21 | |
parent | db4c99af282f3aea9e207c30db983e53203513eb (diff) | |
download | cleberg.net-444ec6a63a1ffe94c6ffb5e6aa7fc8cdcc81dbb9.tar.gz cleberg.net-444ec6a63a1ffe94c6ffb5e6aa7fc8cdcc81dbb9.tar.bz2 cleberg.net-444ec6a63a1ffe94c6ffb5e6aa7fc8cdcc81dbb9.zip |
Commit from GitHub Actions (Ruff)
-rw-r--r-- | build.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |