Skip to content

Commit

Permalink
reverse order of lectures
Browse files Browse the repository at this point in the history
  • Loading branch information
rambip committed Nov 13, 2024
1 parent 4173b8f commit 7009c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def generate_page(title, template_path, **globals):
generate_home()
generate_page("Asimov", "asimov.html", video_ids=ASIMOV_VIDEO_IDS)

lectures = read_yml('lectures.yml')
lectures = reverse(read_yml('lectures.yml'))
generate_page("Notre groupe de lecture", "groupe-de-lecture.html", lectures=lectures)

generate_page("Politique de confidentialité", "confidentialite.md")
Expand Down

0 comments on commit 7009c7a

Please sign in to comment.