Skip to content

Commit 53780b4

Browse files
committed
Fix typo
1 parent 1c46d02 commit 53780b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/esphome-theme/layouts/shortcodes/imgtable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{{ $class := "" }}
3434
{{ $caption := "" }}
3535
{{ range $i, $param := . | after 3 }}
36-
36+
{{ if eq $param "dark-invert" }}
3737
{{ $class = $param }}
3838
{{ else if $caption }}
3939
{{ $caption = printf "%s %s" $class $param }}

0 commit comments

Comments
 (0)