Skip to content

Commit cf8a4cd

Browse files
Moves content var into a better location.
1 parent 118c084 commit cf8a4cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

themes/hextra/layouts/docs/list.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
<div class="content">
99
<h1>{{ .Title }}</h1>
1010

11-
{{ .Content }}
1211
<p class="lead italic">{{ .Params.Lead }}</p>
1312

13+
{{ .Content }}
14+
1415
<div class="hextra-cards hx-mt-4 hx-gap-4 hx-grid not-prose">
1516
{{ range .Pages }}
1617

0 commit comments

Comments
 (0)