Sfoglia il codice sorgente

Do not generate anymore old blog posts

master
David Larlet 4 anni fa
parent
commit
0dbd22c5dc
Non sono state trovate chiavi note per questa firma nel database
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      site.py

+ 2
- 0
site.py Vedi File

@@ -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…
Annulla
Salva