From f4c43cd94f4dc425270d19653fccaba3f68db16f Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Thu, 13 Aug 2026 22:29:45 -0400 Subject: [PATCH] Update sizings --- layouts/partials/stack.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/stack.html b/layouts/partials/stack.html index 707bd4f..2077e9b 100644 --- a/layouts/partials/stack.html +++ b/layouts/partials/stack.html @@ -151,7 +151,7 @@ {{ $.Scratch.Set "counter" 0 }} {{ range .Site.Data.stack }}
-

{{ .section }}

+

{{ .section }}

{{.description}}

{{ range .items }} {{ $i := $.Scratch.Get "counter"}} @@ -162,7 +162,7 @@
{{end}}
-

{{ .name }}

+

{{ .name }}

{{.description | markdownify}}

{{ $.Scratch.Set "counter" (add ($.Scratch.Get "counter") 1) }}