diff options
Diffstat (limited to 'views/layouts')
-rwxr-xr-x | views/layouts/main.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layouts/main.handlebars b/views/layouts/main.handlebars index e967019..c702a6d 100755 --- a/views/layouts/main.handlebars +++ b/views/layouts/main.handlebars @@ -77,7 +77,7 @@ </p> {{/if}} <p class="small text-muted"> - <strong>Gathio</strong> version {{version}} · <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> and <a href="https://github.com/lowercasename/gathio/graphs/contributors">contributors</a> + {{{t "main.footnote" }}} </p> </footer> </section> |