{{/* 社会化分享:Open Graph + Twitter(与 default 一致) */}} {{- $ogDesc := or .meta_description site.Description}} {{- if and (or is_content is_page) .content}} {{- $ab := trim_html (string .content.Abstract)}} {{- if ne $ab ""}}{{$ogDesc = $ab}}{{end}} {{- end}} {{- $ogImg := ""}} {{- if and (or is_content is_page) .content}} {{- if the_upload .content}}{{$ogImg = the_upload .content}}{{end}} {{- end}} {{- if eq $ogImg ""}}{{$ogImg = print (get_template_directory_uri) "/favicon.svg"}}{{end}} {{- if and (or is_content is_page) .content}} {{- $ogPub := the_time .content.CreatedAt `2006-01-02`}} {{- if ne $ogPub ""}}{{end}} {{- end}}