We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 949d421 + 23c535d commit dc04d8cCopy full SHA for dc04d8c
build.py
@@ -1,7 +1,5 @@
1
# build.py: generate the HTML files from text files
2
3
-# FIXME LATER: Currently contains link to workshop.
4
-
5
import sys
6
import glob
7
import urllib.request
@@ -92,7 +90,9 @@
92
90
</div>
93
91
94
MENU
95
-<div style="text-align:center; background-color:#f5e027; border-radius:20px; padding:6px; margin:10px auto; max-width:1000px; margin-left:auto; margin-right:auto;"><a href="https://flintlib.github.io/workshop2025_october.html">27–31 October: FLINT workshop in Palaiseau</a></div>
+<!--
+<div style="text-align:center; background-color:#f5e027; border-radius:20px; padding:6px; margin:10px auto; max-width:1000px; margin-left:auto; margin-right:auto;">ADVERTISEMENT</div>
+-->
96
97
<div id="content">
98
"""
0 commit comments