Change bootstrap to source version
This commit is contained in:
9
bootstrap/site/layouts/shortcodes/callout.html
Normal file
9
bootstrap/site/layouts/shortcodes/callout.html
Normal file
@ -0,0 +1,9 @@
|
||||
{{- /*
|
||||
Usage: `callout "type"`, where `type` is one of info (default), danger, or warning
|
||||
*/ -}}
|
||||
|
||||
{{- $css_class := .Get 0 | default "info" -}}
|
||||
|
||||
<div class="bd-callout bd-callout-{{ $css_class }}">
|
||||
{{ .Inner | markdownify }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user