feat: add bilibili diagram echarts and improve style
This commit is contained in:
5
layouts/shortcodes/diagram.html
Normal file
5
layouts/shortcodes/diagram.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{{ $_hugo_config := `{ "version": 1 }` -}}
|
||||
{{ .Page.Scratch.Set "diagram" "true" }}
|
||||
<div class="mermaid">
|
||||
{{- .Inner -}}
|
||||
</div>
|
||||
Reference in New Issue
Block a user