summaryrefslogtreecommitdiff
path: root/views/layouts/main.handlebars
diff options
context:
space:
mode:
authorINOUE Daisuke <inoue.daisuke@gmail.com>2025-04-08 22:14:04 +0900
committerINOUE Daisuke <inoue.daisuke@gmail.com>2025-04-08 22:14:04 +0900
commit23e49c6e6e63a518e704f82879a5fdcf268c51d8 (patch)
tree630ab081700b9b3d0bde5901cf75d843cd965d7c /views/layouts/main.handlebars
parentda15a6ec744281c6ae2b970c72d45b93f8a75109 (diff)
1st stage, only language switch.
Thank you, MomentQYC ( https://github.com/MomentQYC ). Your first attemt encourage me.
Diffstat (limited to 'views/layouts/main.handlebars')
-rwxr-xr-xviews/layouts/main.handlebars2
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}} &middot; <a href="https://github.com/lowercasename/gathio">GitHub</a> &middot; 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>