meta_image front matter added
This commit is contained in:
		
							parent
							
								
									48b5281a35
								
							
						
					
					
						commit
						cc53aac1f5
					
				|  | @ -18,9 +18,9 @@ | ||||||
| <meta property="og:url" content="{{ .Permalink | absLangURL }}"> | <meta property="og:url" content="{{ .Permalink | absLangURL }}"> | ||||||
| <meta property="og:type" content="{{ if .IsPage }}article{{ else }}website{{ end }}"> | <meta property="og:type" content="{{ if .IsPage }}article{{ else }}website{{ end }}"> | ||||||
| <meta property="og:description" content="{{ $.Param "description" }}"> | <meta property="og:description" content="{{ $.Param "description" }}"> | ||||||
| {{ with $.Param "image" }} | {{ with $.Param "meta_image" }} | ||||||
| <meta property="og:image" content="{{ . | absLangURL }}"> | <meta property="og:image" content="{{ . | absURL }}"> | ||||||
| <meta property="og:image:url" content="{{ . | absLangURL }}"> | <meta property="og:image:url" content="{{ . | absURL }}"> | ||||||
| {{ end }} | {{ end }} | ||||||
| {{ hugo.Generator }} | {{ hugo.Generator }} | ||||||
| <meta name="msapplication-TileColor" content="{{ $.Param "themecolor" | default "#ffffff" }}"> | <meta name="msapplication-TileColor" content="{{ $.Param "themecolor" | default "#ffffff" }}"> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 zzossig
						zzossig