Fix deprecation warning

This commit is contained in:
Alex Selimov 2026-08-14 23:10:30 -04:00
parent f4c43cd94f
commit 10f865d1d8

View file

@ -149,7 +149,7 @@
</style>
{{ $.Scratch.Set "counter" 0 }}
{{ range .Site.Data.stack }}
{{ range hugo.Data.stack }}
<div class = "stack_row">
<h3 class="stack_header"> {{ .section }} </h3>
<p style="margin: 0px;">{{.description}}</p>