aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>