We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512e6bb commit 564dafaCopy full SHA for 564dafa
themes/PaperModCustomize/partials/partials/extend_head.html
@@ -1,3 +1,9 @@
1
+{{- /* Head custom content area start */ -}}
2
+{{- /* Insert any custom code (web-analytics, resources, etc.) - it will appear in the
3
+
4
+<head></head> section of every page. */ -}}
5
+{{- /* Can be overwritten by partial with the same name in the global layouts. */ -}}
6
+{{- /* Head custom content area end */ -}}
7
{{ if .Store.Get "hasMermaid" }}
8
<script type="module">
9
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
0 commit comments