|
@@ -1,5 +1,3 @@
|
|
|
-
|
|
|
-
|
|
|
---
|
|
|
layout: page
|
|
|
title: Modules
|
|
@@ -24,7 +22,6 @@ permalink: /modules/
|
|
|
<div class="module-type-header">
|
|
|
<img src="{{ site.baseurl }}/{{ site.data.module_types[module.type].icon }}" />
|
|
|
{{ module.type }}
|
|
|
- <button onclick="toggleVisible('module-type-{{ module.type }}')" class="button chevrons"><img src="{% link assets/tabler_icons/chevrons-down.svg %}" title="Show/hide" /></button>
|
|
|
</div>
|
|
|
<div class="module-questions">{{ site.data.module_types[module.type].question }}</div>
|
|
|
<div id="module-type-{{ module.type }}">
|