diff options
-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> |