{{ $url := .Permalink }}
{{ $title := cond .IsHome site.Title .Title }}
{{ $type := cond .IsHome "website" "article" }}
{{ $desc := .Param "description" }}
{{ $twitter := site.Params.social.twitter_handle }}
{{ $img := "img/logos/grpc-icon-color.png" | absURL }}
{{ $imgAlt := printf "%s color logo" site.Title }}
{{ with .OutputFormats.Get "rss" -}}
{{ printf `` .Rel .MediaType.Type $url site.Title | safeHTML }}
{{ end -}}
{{/* Twitter Card metadata */}}
{{/* OpenGraph metadata */}}
{{ with $desc }}
{{ end }}