From 32b01d11b5c550db03f9f8e071a3be5abee63c8a Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sun, 3 Feb 2019 22:37:31 -0600 Subject: Add sub section to index page --- _data/sections.yml | 1 + index.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 %}

{{ feature.name }}

-

{{ feature.text }}

+

{{ feature.text }}

{% endif %} {% endfor %} +

{{ section.sub }}

-- cgit v1.2.3-59-ga6da