mirror of
				https://github.com/christian1701/hugo-theme-console.git
				synced 2025-11-03 22:19:21 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			709 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			709 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{- with .Params.image }}
 | 
						|
{{ $image := $.Resources.GetMatch . }}
 | 
						|
{{ with $image }}
 | 
						|
{{ $thumb := .Resize "400x" }}
 | 
						|
<meta name="twitter:card" content="summary_large_image"/>
 | 
						|
<meta name="twitter:image" content="{{ $thumb.Permalink }}">
 | 
						|
{{ end }}
 | 
						|
{{ end }}
 | 
						|
 | 
						|
<meta name="twitter:title" content="{{ .Title }}"/>
 | 
						|
<meta name="twitter:description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end -}}"/>
 | 
						|
{{ with .Site.Social.twitter -}}
 | 
						|
<meta name="twitter:site" content="@{{ . }}"/>
 | 
						|
{{ end -}}
 | 
						|
{{ range .Site.Authors }}
 | 
						|
{{ with .twitter -}}
 | 
						|
<meta name="twitter:creator" content="@{{ . }}"/>
 | 
						|
{{ end -}}
 | 
						|
{{ end -}} |