diff options
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"> |