diff options
author | lowercasename <raphaelkabo@gmail.com> | 2019-08-24 11:48:55 +0100 |
---|---|---|
committer | lowercasename <raphaelkabo@gmail.com> | 2019-08-24 11:48:55 +0100 |
commit | fd018d54b38c89426bd7ff9b42203b8475c16db8 (patch) | |
tree | d4864c92c9a727234c9d6d2dba7961891441671d /views/layouts | |
parent | 5c16bf37dca9f9ce1acaf2a9cf65290f40a9d142 (diff) |
Some tweaks to event page display
Diffstat (limited to 'views/layouts')
-rwxr-xr-x | views/layouts/main.handlebars | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/views/layouts/main.handlebars b/views/layouts/main.handlebars index a7c4321..06bb146 100755 --- a/views/layouts/main.handlebars +++ b/views/layouts/main.handlebars @@ -74,7 +74,10 @@ {{{body}}} </div> <div id="footerContainer"> - <small class="text-muted"><a href="https://github.com/lowercasename/gathio">GitHub</a> · Made with <i class="far fa-heart"></i> by <a href="http://raphaelkabo.com">Raphael</a> · Need help? <a href="mailto:support@gath.io">Email us</a>.</small> + <small class="text-muted"> + <a href="https://github.com/lowercasename/gathio">GitHub</a> · Made with <i class="far fa-heart"></i> by <a href="http://raphaelkabo.com">Raphael</a> · Need help? <a href="mailto:support@gath.io">Email us</a>.<br /> + If you like gathio, you might like <strong><a href="http://sweet.sh/" style="color:#ed5e5e;">sweet</a></strong>, my utopian social network. + </small> </div> </div> </div> |