Skip to content

Commit dc04d8c

Browse files
authored
Merge pull request #17 from albinahlback/uncomment_advertisement
Comment out advertisement about workshop
2 parents 949d421 + 23c535d commit dc04d8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# build.py: generate the HTML files from text files
22

3-
# FIXME LATER: Currently contains link to workshop.
4-
53
import sys
64
import glob
75
import urllib.request
@@ -92,7 +90,9 @@
9290
</div>
9391
9492
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>
93+
<!--
94+
<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>
95+
-->
9696
9797
<div id="content">
9898
"""

0 commit comments

Comments
 (0)