diff options
Diffstat (limited to 'vendor/twbs/bootstrap/site/layouts/shortcodes/callout.html')
-rw-r--r-- | vendor/twbs/bootstrap/site/layouts/shortcodes/callout.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor/twbs/bootstrap/site/layouts/shortcodes/callout.html b/vendor/twbs/bootstrap/site/layouts/shortcodes/callout.html index 007f8a8e8..86683ecf4 100644 --- a/vendor/twbs/bootstrap/site/layouts/shortcodes/callout.html +++ b/vendor/twbs/bootstrap/site/layouts/shortcodes/callout.html @@ -1,6 +1,5 @@ {{- /* - Usage: `callout "type"`, - where type is one of info (default), danger, warning + Usage: `callout "type"`, where `type` is one of info (default), danger, or warning */ -}} {{- $css_class := .Get 0 | default "info" -}} |