Skip to content

Commit c866a92

Browse files
committed
fix(tables): rename _header attribute to _thead for consistent naming convention
1 parent 0b78a1c commit c866a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/_default/_markup/render-table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
{{- with .Attributes._caption }}
6161
<caption>{{ . }}</caption>
6262
{{- end }}
63-
{{- if default true .Attributes._header }}
63+
{{- if default true .Attributes._thead }}
6464
<thead
6565
{{ with $theadClass }}class="{{ delimit . ` ` }}"{{ end }}>
6666
{{- range .THead }}

0 commit comments

Comments
 (0)