summaryrefslogtreecommitdiff
path: root/views/home.handlebars
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2024-02-27 17:11:19 +0000
committerRaphael Kabo <raphaelkabo@hey.com>2024-02-27 17:11:19 +0000
commit54d6a826d071e8697dcbaf56e92f72e2076d91fb (patch)
treedaedb0d7050a31ccc6a1b59660dafc0f3ff9bc32 /views/home.handlebars
parent91fc14cffcc1d81c02cea272a9eca1d5172f56ba (diff)
refactor: new layout and styling tweaks
Diffstat (limited to 'views/home.handlebars')
-rwxr-xr-xviews/home.handlebars2
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