initial commit
This commit is contained in:
9
assets/bootstrap-4.5.2/site/_includes/callout.html
Normal file
9
assets/bootstrap-4.5.2/site/_includes/callout.html
Normal file
@ -0,0 +1,9 @@
|
||||
{%- comment -%}
|
||||
Usage: include callout.html content=callout type="type",
|
||||
where content is a capture with the content
|
||||
and type is one of: info (default), danger, warning
|
||||
{%- endcomment -%}
|
||||
{%- assign css_class = include.type | default: "info" -%}
|
||||
<div class="bd-callout bd-callout-{{ css_class }}">
|
||||
{{- include.content | markdownify -}}
|
||||
</div>
|
Reference in New Issue
Block a user