mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
f14301c395
* feat: improve configuration * fix: fix partials/footer.html error
4 lines
235 B
HTML
4 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" -}}
|