瀏覽代碼

Do not generate anymore old blog posts

master
David Larlet 4 年之前
父節點
當前提交
0dbd22c5dc
沒有發現已知的金鑰在資料庫的簽署中
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      site.py

+ 2
- 0
site.py 查看文件

@@ -216,6 +216,8 @@ def blog():
published_en = [post for post in published if post.lang == "en"]
note_list = Note.all(source=DAVID / "stream" / "2019")
for previous, post, next_ in neighborhood(unpublished, last=posts_2012):
if post.date.year < 2018:
continue # Speed up + do not overwrite old comments.
if post.is_draft:
print(f"Soon: http://larlet.test:8001{post.url} ({post.title})")
# Detect if there is code for syntax highlighting + monospaced font.

Loading…
取消
儲存