mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	Remove unnecessary 'url' argument in graph.html
This commit is contained in:
		@@ -18,7 +18,6 @@
 | 
			
		||||
<script src="{{ $js.Permalink }}"></script>
 | 
			
		||||
<script>
 | 
			
		||||
drawGraph(
 | 
			
		||||
  {{strings.TrimRight "/" .Page.Permalink}},
 | 
			
		||||
  {{strings.TrimRight "/" .Site.BaseURL}},
 | 
			
		||||
  {{$.Site.Data.graphConfig.paths}},
 | 
			
		||||
  {{$.Site.Data.graphConfig.depth}},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user