|  | @@ -19,7 +19,7 @@
 | 
	
		
			
				|  |  |  	<title>{{.Title}}</title>
 | 
	
		
			
				|  |  |  	<link rel="dns-prefetch" href="https://assets.xxxlbox.com/">
 | 
	
		
			
				|  |  |  	<link rel="dns-prefetch" href="//cdn1.lncld.net">
 | 
	
		
			
				|  |  | -	<link rel="dns-prefetch" href="//unpkg.com">
 | 
	
		
			
				|  |  | +	<link rel="dns-prefetch" href="//cdn.jsdelivr.net">
 | 
	
		
			
				|  |  |  	{{ range .AlternativeOutputFormats -}}
 | 
	
		
			
				|  |  |  	{{ printf `<link rel="%s" type="%s+%s" href="%s" title="%s" />` .Rel .MediaType.Type .MediaType.Suffix .Permalink $.Site.Title | safeHTML }}
 | 
	
		
			
				|  |  |  	{{ end -}}
 |