diff options
author | Raphael Kabo <raphaelkabo@gmail.com> | 2022-01-14 18:14:32 +0000 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@gmail.com> | 2022-01-14 18:14:32 +0000 |
commit | e41eb4b13a9007ee7238e5973d61e6597c3c2fcb (patch) | |
tree | a26d99556f19b04c0d545ff444c9ac51bbcc61c9 /views/home.handlebars | |
parent | d5813e84e7178c95f41c1be86e52513f027e2843 (diff) |
Remove unnecessary bits from main pages
Diffstat (limited to 'views/home.handlebars')
-rwxr-xr-x | views/home.handlebars | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/views/home.handlebars b/views/home.handlebars index cc31756..af05600 100755 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -1,8 +1,4 @@ -<h1>{{siteName}}</h1> - -<p class="lead"> - <strong>gath<span class="text-muted">io</span></strong> is a quick and easy way to make and share events which respects your privacy. -</p> +<p class="lead">A quick and easy way to make and share events which respects your privacy.</p> <hr> @@ -16,9 +12,11 @@ <p>But remember: all our events are visible to anyone who knows the link, so probably don't use <strong>gath<span class="text-muted">io</span></strong> to plot your surprise birthday party or revolution. Or whatever, you do you.</p> +{{#if showKofi}} <div class="card border-secondary mt-5 mb-3 mx-auto" style="min-width:300px;max-width:50%;"> <div class="card-body text-secondary"> <p>If you find yourself using and enjoying <strong>gath<span class="text-muted">io</span></strong>, consider buying me a coffee. It'll help keep the site running! <i class="far fa-heart"></i></p> <script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#46b798', 'Q5Q2O7T5');kofiwidget2.draw();</script> </div> </div> +{{/if}} |