File tree Expand file tree Collapse file tree
themes/le-2025/layouts/partials Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111< meta property ="og:title " content ="{{ .Title }} " />
1212< meta property ="og:description " content ="{{ with .Description }}{{ . | plainify | htmlUnescape }}{{ else }}{{ if .IsPage }}{{ .Summary | plainify | htmlUnescape }}{{ else }}{{ with .Site.Params.description }}{{ . | plainify | htmlUnescape }}{{ end }}{{ end }}{{ end }} " />
1313< meta property ="og:url " content ="{{ .Permalink }} " />
14+ < meta name ="twitter:card " content ="{{ if .Description }}summary{{ else }}summary_large_image{{ end }} " />
15+ < meta name ="twitter:title " content ="{{ .Title }} " />
16+ < meta name ="twitter:description " content ="{{ with .Description }}{{ . | plainify | htmlUnescape }}{{ else }}{{ if .IsPage }}{{ .Summary | plainify | htmlUnescape }}{{ else }}{{ with .Site.Params.description }}{{ . | plainify | htmlUnescape }}{{ end }}{{ end }}{{ end }} " />
17+ < meta name ="twitter:image " content ="{{ "images /LetsEncrypt-SocialShare.png" | absURL }}" />
1418{{ with site.Home.OutputFormats.Get "RSS" -}}
1519< link rel ="alternate " type ="application/rss+xml " title ="{{ site.Title }} " href ="{{ .RelPermalink }} ">
1620{{- end }}
You can’t perform that action at this time.
0 commit comments