Skip to content

Commit

Permalink
fix(container): bgColor
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jun 4, 2024
1 parent f6c0b3a commit 9f8573c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/bootstrap/container.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"background-size: cover"
}}
{{- else if ne $bgColor "" }}
{{- $style = $style | append (printf "background-color: %s" .) }}
{{- $style = $style | append (printf "background-color: %s" $bgColor) }}
{{- end }}
<div
class="{{ delimit $classes ` ` }}"
Expand Down

0 comments on commit 9f8573c

Please sign in to comment.