diff options
author | petrus comestor <petrus@comestor.org> | 2025-02-13 23:13:28 -0500 |
---|---|---|
committer | petrus comestor <petrus@comestor.org> | 2025-02-13 23:13:28 -0500 |
commit | 9ce2ba8aa635e23212c3d563b97d3d553d919ce6 (patch) | |
tree | 28e46aa1050a8127d56fb865a6d4e2feff181407 | |
parent | 74a60314e6ef9dd156ccec118730d7470c866ae1 (diff) |
more
-rwxr-xr-x | generate-schedule.py | 2 | ||||
-rw-r--r-- | index.html | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/generate-schedule.py b/generate-schedule.py index 247ec7e..7f4392c 100755 --- a/generate-schedule.py +++ b/generate-schedule.py @@ -137,7 +137,7 @@ canarsielibrary = Location( ) kingsbay = Location( - "Kings Bay", + "Kings Bay Library", "https://maps.app.goo.gl/1KKf7SqMbwXirKe29", "Kings Bay", ) @@ -260,7 +260,7 @@ <strong>Tuesday, April 1</strong> · 6p </div> <div class="instance"> - <a href="https://maps.app.goo.gl/1KKf7SqMbwXirKe29">Kings Bay</a>, + <a href="https://maps.app.goo.gl/1KKf7SqMbwXirKe29">Kings Bay Library</a>, <span class="neighborhood">Kings Bay</span> </div> @@ -306,7 +306,7 @@ <strong>Tuesday, April 8</strong> · 6p </div> <div class="instance"> - <a href="https://maps.app.goo.gl/1KKf7SqMbwXirKe29">Kings Bay</a>, + <a href="https://maps.app.goo.gl/1KKf7SqMbwXirKe29">Kings Bay Library</a>, <span class="neighborhood">Kings Bay</span> </div> @@ -334,7 +334,7 @@ <strong>Tuesday, April 22</strong> · 6p </div> <div class="instance"> - <a href="https://maps.app.goo.gl/1KKf7SqMbwXirKe29">Kings Bay</a>, + <a href="https://maps.app.goo.gl/1KKf7SqMbwXirKe29">Kings Bay Library</a>, <span class="neighborhood">Kings Bay</span> </div> @@ -344,7 +344,7 @@ <strong>Tuesday, April 29</strong> · 6p </div> <div class="instance"> - <a href="https://maps.app.goo.gl/1KKf7SqMbwXirKe29">Kings Bay</a>, + <a href="https://maps.app.goo.gl/1KKf7SqMbwXirKe29">Kings Bay Library</a>, <span class="neighborhood">Kings Bay</span> </div> |