Parcourir la source

Move runner to site

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

runner.py → site.py Voir le fichier

@@ -174,7 +174,7 @@ def stream():
published = [note for note in unpublished if not note.is_draft]
for previous, note, next_ in neighborhood(unpublished, last=notes_2018):
if note.is_draft:
print(f"Soon: http://larlet.test:8001/{note.url} ({note.title})")
print(f"Soon: http://larlet.test:8001{note.url} ({note.title})")
# Detect if there is code for syntax highlighting + monospaced font.
has_code = "<code>" in note.content
# Do not link to unpublished notes.

Chargement…
Annuler
Enregistrer