Преглед изворни кода

Do not generate anymore old blog posts

master
David Larlet пре 4 година
родитељ
комит
0dbd22c5dc
No known key found for this signature in database
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…
Откажи
Сачувај