From 4fcfb52f60f20cb091dcb4dbdf4a365fdea14651 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 27 Mar 2025 18:24:46 -0600 Subject: initial commit --- _includes/features.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _includes/features.html (limited to '_includes/features.html') diff --git a/_includes/features.html b/_includes/features.html new file mode 100644 index 0000000..5920b14 --- /dev/null +++ b/_includes/features.html @@ -0,0 +1,23 @@ +
+
+ {% assign features_to_show = site.features | slice: 0, 6 %} + {% for feature in features_to_show %} + {% if feature.title %} +
+
+
+
+ + + +
+

{{ feature.title }}

+

{{ feature.description }}

+
+
+
+ {% endif %} + {% endfor %} + +
+
-- cgit v1.2.3