mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	Fix aliases with relativeURLs
This commit is contained in:
		
				
					committed by
					
						
						Bjørn Erik Pedersen
					
				
			
			
				
	
			
			
			
						parent
						
							01e249e97c
						
					
				
				
					commit
					145b3fcce3
				
			@@ -69,6 +69,7 @@ func newPrefixState() []*prefix {
 | 
			
		||||
	return []*prefix{
 | 
			
		||||
		{b: []byte("src="), f: checkCandidateBase},
 | 
			
		||||
		{b: []byte("href="), f: checkCandidateBase},
 | 
			
		||||
		{b: []byte("url="), f: checkCandidateBase},
 | 
			
		||||
		{b: []byte("action="), f: checkCandidateBase},
 | 
			
		||||
		{b: []byte("srcset="), f: checkCandidateSrcset},
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user