mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	Fix missing reciprocal and self-reference hreflang (#211)
ref: - https://help.ahrefs.com/en/articles/2631143-missing-reciprocal-hreflang-no-return-tag-error-in-site-audit - https://help.ahrefs.com/en/articles/2754344-what-does-the-self-referencing-hreflang-annotation-missing-issue-in-site-audit-mean
This commit is contained in:
		 Coderslang Master
					Coderslang Master
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							778ee39137
						
					
				
				
					commit
					84e208f98d
				
			| @@ -71,7 +71,7 @@ | ||||
| {{- range .AlternativeOutputFormats -}} | ||||
| <link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink | safeURL }}"> | ||||
| {{ end -}} | ||||
| {{- range .Translations -}} | ||||
| {{- range .AllTranslations -}} | ||||
| <link rel="alternate" hreflang="{{- .Lang -}}" href="{{- .Permalink -}}" /> | ||||
| {{ end }} | ||||
| {{- partial "extend_head.html" . -}} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user