diff options
author | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-03-23 16:22:10 +0900 |
---|---|---|
committer | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-04-08 22:22:23 +0900 |
commit | 90357f6a7729e82d5498835d92bf86e8e07d3478 (patch) | |
tree | fd7ece9296706ff7786adcfe6e72e9f4a2743b3f /views/home.handlebars | |
parent | 573935668ce616e67105e379ff5e4d8f9acd7538 (diff) |
instance description etc. fix translation
Diffstat (limited to 'views/home.handlebars')
-rwxr-xr-x | views/home.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/home.handlebars b/views/home.handlebars index eb40646..d9efc09 100755 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -1,5 +1,5 @@ <main class="page"> - <h2 class="mb-3 pb-2 text-center border-bottom">{{{t "home.about" }}} {{siteName}}</h2> + <h2 class="mb-3 pb-2 text-center border-bottom">{{{t "home.about" }}}</h2> {{#if instanceDescription}} <div class="instance-description mb-4"> |