Skip to content

Commit

Permalink
Moves content var into a better location.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymatthews committed Jan 29, 2025
1 parent 118c084 commit cf8a4cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/hextra/layouts/docs/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
<div class="content">
<h1>{{ .Title }}</h1>

{{ .Content }}
<p class="lead italic">{{ .Params.Lead }}</p>

{{ .Content }}

<div class="hextra-cards hx-mt-4 hx-gap-4 hx-grid not-prose">
{{ range .Pages }}

Expand Down

0 comments on commit cf8a4cd

Please sign in to comment.