From 002fda7f7ee76f56f7f8364b4c72e3034fee89af Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Nov 14 2024 23:35:21 +0000 Subject: Using hero patterns for sig links on front page, for now Would love to have some artwork the signifies each sig. --- diff --git a/index.md b/index.md index e2fc931..529c0d0 100644 --- a/index.md +++ b/index.md @@ -16,7 +16,7 @@ with_title: false
{% assign distributions = site.data.centos.distributions %} {% for distro in distributions %} -
+
...
{{ distro.title }}
@@ -36,13 +36,26 @@ like raindrops on roses and whiskers on kittens, bright copper kettles and warm woolen mittens. {% assign sigs = site.data.centos.sigs %} +
{% for sig in sigs %} {% if sig.highlight %}
- ... +
 
{{ sig.title }}

{{ sig.description }}