From ea764995a4b96403e3dad35e920cc4dd82a192ec Mon Sep 17 00:00:00 2001 From: tas12 Date: Tue, 7 Jun 2016 15:56:09 +0100 Subject: [PATCH] add collapsible buttons --- views/learn.html | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) 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 +