Parcourir la source

Do not generate anymore old blog posts

master
David Larlet il y a 4 ans
Parent
révision
0dbd22c5dc
Aucune clé connue n'a été trouvée dans la base pour cette signature
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      site.py

+ 2
- 0
site.py Voir le fichier

@@ -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.

Chargement…
Annuler
Enregistrer