diff options
Diffstat (limited to 'views/publicEventList.handlebars')
-rw-r--r-- | views/publicEventList.handlebars | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/publicEventList.handlebars b/views/publicEventList.handlebars index bceae58..1dbeffc 100644 --- a/views/publicEventList.handlebars +++ b/views/publicEventList.handlebars @@ -1,4 +1,4 @@ -<article x-data="{currentTab: 'events'}"> +<main class="page" x-data="{currentTab: 'events'}"> <h2 class="mb-4">{{siteName}}</h2> <p><strong>{{siteName}}</strong> runs on <a href="/about">Gathio</a> — a simple, federated, privacy-first event hosting platform.</p> <ul class="nav nav-pills"> @@ -70,4 +70,4 @@ {{/if}} </div> -</article>
\ No newline at end of file +</main>
\ No newline at end of file |