diff options
| author | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-04-08 22:14:04 +0900 | 
|---|---|---|
| committer | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-04-08 22:14:04 +0900 | 
| commit | 23e49c6e6e63a518e704f82879a5fdcf268c51d8 (patch) | |
| tree | 630ab081700b9b3d0bde5901cf75d843cd965d7c /views/layouts | |
| parent | da15a6ec744281c6ae2b970c72d45b93f8a75109 (diff) | |
1st stage, only language switch.
Thank you, MomentQYC ( https://github.com/MomentQYC ).
Your first attemt encourage me.
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>  | 
