Fix deprecation warning
This commit is contained in:
parent
f4c43cd94f
commit
10f865d1d8
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
{{ $.Scratch.Set "counter" 0 }}
|
{{ $.Scratch.Set "counter" 0 }}
|
||||||
{{ range .Site.Data.stack }}
|
{{ range hugo.Data.stack }}
|
||||||
<div class = "stack_row">
|
<div class = "stack_row">
|
||||||
<h3 class="stack_header"> {{ .section }} </h3>
|
<h3 class="stack_header"> {{ .section }} </h3>
|
||||||
<p style="margin: 0px;">{{.description}}</p>
|
<p style="margin: 0px;">{{.description}}</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue