mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	Fix typo in sendAppPage
Co-authored-by: Emmanuel Pelletier <manu@habite.la>
This commit is contained in:
		
							parent
							
								
									f619a490bb
								
							
						
					
					
						commit
						9323d1cc21
					
				| @ -288,7 +288,7 @@ function getPageMetadataHtmlSnippet(req: express.Request, config: GristLoadConfi | ||||
|   const maybeDoc = getDocFromConfig(config); | ||||
| 
 | ||||
|   metadataElements.push('<meta property="og:type" content="website">'); | ||||
|   metadataElements.push('<meta name="twitter:card" name="summary_large_image">'); | ||||
|   metadataElements.push('<meta name="twitter:card" content="summary_large_image">'); | ||||
|   const description = maybeDoc?.options?.description ?? translate(req, 'og-description'); | ||||
|   const escapedDescription = handlebars.Utils.escapeExpression(description); | ||||
|   metadataElements.push(`<meta name="description" content="${escapedDescription}">`); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user