Add missing og:locale
This commit is contained in:
		
							parent
							
								
									2c6d2897ae
								
							
						
					
					
						commit
						662d25317f
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -70,6 +70,7 @@ proc renderHead*(prefs: Prefs; cfg: Config; titleText=""; desc=""; video="";
 | 
			
		|||
    meta(property="og:title", content=titleText)
 | 
			
		||||
    meta(property="og:description", content=stripHtml(desc))
 | 
			
		||||
    meta(property="og:site_name", content="Nitter")
 | 
			
		||||
    meta(property="og:locale", content="en_US")
 | 
			
		||||
 | 
			
		||||
    for url in images:
 | 
			
		||||
      meta(property="og:image", content=getPicUrl(url))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue