mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-04 06:49:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			274 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			274 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{if $.Site.Data.config.enableMermaid}}
 | 
						|
  {{ if .Page.Store.Get "hasMermaid" }}
 | 
						|
    <script type="module">
 | 
						|
      import mermaid from 'https://unpkg.com/mermaid@9/dist/mermaid.esm.min.mjs';
 | 
						|
      mermaid.initialize({ startOnLoad: true });
 | 
						|
    </script>
 | 
						|
  {{ end }}
 | 
						|
{{ end }}
 |