Skip to content

Commit

Permalink
fix(tables): rename _header attribute to _thead for consistent naming…
Browse files Browse the repository at this point in the history
… convention
  • Loading branch information
razonyang committed Sep 5, 2024
1 parent 0b78a1c commit c866a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/_markup/render-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{{- with .Attributes._caption }}
<caption>{{ . }}</caption>
{{- end }}
{{- if default true .Attributes._header }}
{{- if default true .Attributes._thead }}
<thead
{{ with $theadClass }}class="{{ delimit . ` ` }}"{{ end }}>
{{- range .THead }}
Expand Down

0 comments on commit c866a92

Please sign in to comment.