diff options
author | petrus comestor <petrus@comestor.org> | 2025-04-13 18:05:07 -0400 |
---|---|---|
committer | petrus comestor <petrus@comestor.org> | 2025-04-13 18:05:07 -0400 |
commit | e91fd4e82939aa272e7b036a03ece52edbb60e0a (patch) | |
tree | 966ce49f5662b4594f5f21c02c4539007adb256c | |
parent | d6d670829a214ef8931b8071c0c2cf584b7bf86e (diff) |
upd
-rwxr-xr-x | generate-schedule.py | 3 | ||||
-rw-r--r-- | index.html | 9 |
2 files changed, 11 insertions, 1 deletions
diff --git a/generate-schedule.py b/generate-schedule.py index 302ef19..093020a 100755 --- a/generate-schedule.py +++ b/generate-schedule.py @@ -177,7 +177,6 @@ artsculture = Location( "Library for Arts & Culture", "https://maps.app.goo.gl/GssCUr9QF2aFxgiQA", "Fort Greene", - info="Librarian will select a short story" ) schedule = [ @@ -282,6 +281,8 @@ schedule = [ Event(mccarren, date(2025, 4, 14)), Event(jefferson, date(2025, 4, 16)), + Event(artsculture, date(2025, 4, 18), time='8p', info='Librarian will select a short story', special=True), + Event(nook, date(2025, 4, 19)), Event(mccarren, date(2025, 4, 21)), @@ -50,6 +50,15 @@ <span class="neighborhood">Greenwich Village</span> <br><div class="info">Willa Cather Room; left at door, through children’s room</div> </div> +</div><div class="event special "> + <div class="event-data"> + <strong>Friday, April 18</strong> · 8p + </div> + <div class="instance"> + <a href="https://maps.app.goo.gl/GssCUr9QF2aFxgiQA">Library for Arts & Culture</a>, + <span class="neighborhood">Fort Greene</span> + <br><div class="info">Librarian will select a short story</div> + </div> </div><div class="event "> <div class="event-data"> <strong>Saturday, April 19</strong> · 9a |