mirror of
				https://github.com/falsycat/ar.falsy.cat.git
				synced 2025-10-28 04:12:14 +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 }}
 |