From 6aa7655051d4025204c0b1939d6c9651edbf69bc Mon Sep 17 00:00:00 2001 From: Montelion <49426949+Montelion@users.noreply.github.com> Date: Sun, 26 Apr 2020 13:37:45 +0200 Subject: [PATCH] Fixed an error --- views/home.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/home.hbs b/views/home.hbs index 669292c..049b111 100644 --- a/views/home.hbs +++ b/views/home.hbs @@ -30,9 +30,9 @@

{{ locale.credits.caption }}

{{ locale.credits.title }}

+ {{#each locale.credits.people}}
- {{#each locale.credits.people}}
@@ -40,9 +40,9 @@

{{caption}}

- {{/each}}
+ {{/each}}