mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
f14301c395
* feat: improve configuration * fix: fix partials/footer.html error
3 lines
235 B
HTML
3 lines
235 B
HTML
{{- $id := partial "function/id.html" (dict "content" (trim .Inner "\n") "scratch" .Page.Scratch) -}}
|
|
<div class="mermaid" id="{{ $id }}"></div>
|
|
{{- dict "mermaid" true | merge (.Page.Scratch.Get "this") | .Page.Scratch.Set "this" -}}
|