mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-20 00:16:37 +08:00
框架重构
清除多余的业务
This commit is contained in:
9
WebFirst/wwwroot/vendors/bootstrap/site/_includes/callout.html
vendored
Normal file
9
WebFirst/wwwroot/vendors/bootstrap/site/_includes/callout.html
vendored
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