From 7b99d4cdf2951cccebda21bc2c376131df4cdace Mon Sep 17 00:00:00 2001 From: Montelion <49426949+Montelion@users.noreply.github.com> Date: Sat, 25 Apr 2020 00:34:56 +0200 Subject: [PATCH] Updated home.hbs home.hbs now uses handlebars each helper --- views/home.hbs | 90 ++++---------------------------------------------- 1 file changed, 6 insertions(+), 84 deletions(-) diff --git a/views/home.hbs b/views/home.hbs index d864699..669292c 100644 --- a/views/home.hbs +++ b/views/home.hbs @@ -32,93 +32,15 @@
- + {{#each locale.credits.people}} +
-

Jonathan Barrow (RedDucks)

-

{{ locale.credits.redducks }}

+

{{name}}

+

{{caption}}

- -
-
-
- -
-
-

Jemma (CaramelKat)

-

{{ locale.credits.caramelkat }}

-
- -
-
-
- -
-
-

superwhiskers

-

{{ locale.credits.superwhiskers }}

-
- -
-
-
- -
-
-

SuperMarioDaBom

-

{{ locale.credits.supermariodabom }}

-
- -
-
-
- -
-
-

Rambo6Glaz

-

{{ locale.credits.rambo6glaz }}

-
- -
-
-
- -
-
-

mrjvs

-

{{ locale.credits.mrjvs }}

-
- -
-
-
- -
-
-

Benjamin Moss (kxpler442b)

-

{{ locale.credits.kxpler442b }}

-
- -
-
-
- -
-
-

Jip Fr

-

{{ locale.credits.jipfr }}

-
- -
-
-
- -
-
-

Kinnay

-

{{ locale.credits.kinnay }}

-
- + + {{/each}}