diff options
author | Darius Kazemi <darius.kazemi@gmail.com> | 2020-01-24 16:16:27 -0800 |
---|---|---|
committer | Darius Kazemi <darius.kazemi@gmail.com> | 2020-01-24 16:16:27 -0800 |
commit | a390b02416777b045f03a286bfbb02ac369571e6 (patch) | |
tree | 8e690cf7a80635685b258eb6a4b2a1ca3f79ab36 /views/home.handlebars | |
parent | 111406040ec9f7f48b28077c8eea95a792b14cc7 (diff) |
Converting all tabs to two-spaces
Diffstat (limited to 'views/home.handlebars')
-rwxr-xr-x | views/home.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/home.handlebars b/views/home.handlebars index 164250c..cc31756 100755 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -19,6 +19,6 @@ <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> + <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> |