diff options
author | Raphael <mail@raphaelkabo.com> | 2024-02-27 17:19:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-27 17:19:36 +0000 |
commit | ec0bf2d6a9e74fd68febe9c09ba1997858ec3d7f (patch) | |
tree | 79ad5176790f20dd13610cda2ba72ba066ea64be /views/publicEventList.handlebars | |
parent | de688444d167fdb80c6e88b8ba837405ba7651a6 (diff) | |
parent | d607db902d801a9d84ea0075ff7f450be7875c49 (diff) |
Merge pull request #136 from lowercasename/rk/layout-tweaks
Layout tweaks and little fixes
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 |