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/home.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/home.handlebars')
-rwxr-xr-x | views/home.handlebars | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/home.handlebars b/views/home.handlebars index bf92724..7b4608a 100755 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -1,3 +1,4 @@ +<main class="page"> <p class="lead">Gathio is a simple, federated, privacy-first event hosting platform.</p> <div class="card mb-3 border-primary"> @@ -52,3 +53,4 @@ </div> </div> {{/if}} +</main>
\ No newline at end of file |