aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2019-02-03 22:37:31 -0600
committerMatt Rude <[email protected]>2019-02-03 22:37:31 -0600
commit32b01d11b5c550db03f9f8e071a3be5abee63c8a (patch)
tree397ac2045b4b8004f4357e1def79ec7b7d3ef75c
parentea41211e6d4ee6c0f17f559e7f95a920b3d1e8c7 (diff)
downloadxmpp-site-lite-32b01d11b5c550db03f9f8e071a3be5abee63c8a.tar.gz
xmpp-site-lite-32b01d11b5c550db03f9f8e071a3be5abee63c8a.tar.bz2
xmpp-site-lite-32b01d11b5c550db03f9f8e071a3be5abee63c8a.zip
Add sub section to index page
-rw-r--r--_data/sections.yml1
-rw-r--r--index.html3
2 files changed, 3 insertions, 1 deletions
diff --git a/_data/sections.yml b/_data/sections.yml
index d55da0d..921be9d 100644
--- a/_data/sections.yml
+++ b/_data/sections.yml
@@ -19,4 +19,5 @@
- name: Security
slug: security
glyph: fas fa-lock
+ sub: This server keeps minimal logs of users connections. Error logs are kept for 48 hours.
col: 2
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>