aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index d0f9b1a..ecd9c43 100644
--- a/index.html
+++ b/index.html
@@ -144,10 +144,11 @@ permalink: /
{% if feature.section == section.slug %}
<div class="{% if section.col == 3 %}col-md-4{% else %}col-sm-6{% endif %}" style="min-height:280px;">
<h3>{{ feature.name }}</h3>
- <p>{{ feature.text }}</p>
+ <p>{{ feature.text }}</p>
</div>
{% endif %}
{% endfor %}
+ <p>{{ section.sub }}</p>
</div>
</div>
</div>