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) }}