diff options
author | quietreading <team@quietreading.org> | 2025-07-10 23:16:58 -0400 |
---|---|---|
committer | quietreading <team@quietreading.org> | 2025-07-10 23:16:58 -0400 |
commit | f344c089185bbec29d3bec0d9963f180753311a7 (patch) | |
tree | e25bf09dcf3f4028beec335b32ad78eb88811346 | |
parent | 0646b69a205f922b770eb814f013bebe50cef2ac (diff) |
-rw-r--r-- | views/publicEventList.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/publicEventList.handlebars b/views/publicEventList.handlebars index c9a51b7..03cbdf2 100644 --- a/views/publicEventList.handlebars +++ b/views/publicEventList.handlebars @@ -19,7 +19,7 @@ </div> <div class="card mt-4 mb-4" id="upcomingEvents"> - <h5 class="card-header">{{t "views.publiceventlist.upcomingevents" }}</h5> + <h5 class="card-header">{{t "views.publiceventlist.upcomingevents" }} <small><em>powered by <a href="https://gath.io/">gathio</a></em></small></h5> {{> eventList upcomingEvents }} </div> |