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/layouts/main.handlebars | |
parent | d5813e84e7178c95f41c1be86e52513f027e2843 (diff) |
Remove unnecessary bits from main pages
Diffstat (limited to 'views/layouts/main.handlebars')
-rwxr-xr-x | views/layouts/main.handlebars | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/layouts/main.handlebars b/views/layouts/main.handlebars index aafa5de..a27059a 100755 --- a/views/layouts/main.handlebars +++ b/views/layouts/main.handlebars @@ -51,6 +51,7 @@ <script src="/js/i18n/datepicker.en.js"></script> <script src="/js/select2.min.js"></script> <script src="/js/moment-timezone.js"></script> + <script src="https://cdn.jsdelivr.net/npm/vue@2.6.14/dist/vue.js"></script> </head> @@ -66,8 +67,7 @@ </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="https://raphaelkabo.com">Raphael</a> · Need help? <a href="mailto:{{email}}">Email us</a>.<br /> - If you like gathio, you might like <strong><a href="https://sweet.sh/" style="color:#ed5e5e;">sweet</a></strong>, my utopian social network. + <a href="https://github.com/lowercasename/gathio">GitHub</a> · Made with <i class="far fa-heart"></i> by <a href="https://raphaelkabo.com">Raphael</a>.<br /> </small> </div> </div> |