diff --git a/views/learn.html b/views/learn.html index 388e24b..13af6cd 100644 --- a/views/learn.html +++ b/views/learn.html @@ -11,15 +11,21 @@

{{#each learn}} -
-

{{this.category}}

-

{{this.subtitle}}

- {{#each this.things_to_know}} -

{{this}}

- {{/each}} +
+

{{this.category}}

+ +
+
+ {{#each this.thingsToKnow}} +

{{this}}

+ {{/each}} + {{this.link}} +
+
+
{{/each}}
-
\ No newline at end of file +