feat: change some config

This commit is contained in:
st1020 2024-01-12 21:43:28 +08:00
parent 66510bafd6
commit cff63d4961
2 changed files with 4 additions and 2 deletions

View file

@ -60,7 +60,7 @@
<!---->
<!-- Mermaid -->
{% if page.extra.mermaid %}
{% if page.extra.mermaid | default(value=config.extra.mermaid) %}
<script type="module">
import mermaid from "https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs";
mermaid.initialize({ startOnLoad: true });