Back to Vector

Meta

website/layouts/partials/meta.html

0.55.0774 B
Original Source

{{ $url := .Permalink }} {{ $favicon := site.Params.favicon | absURL }} {{ $desc := (cond .IsHome site.Params.description .Description) | markdownify | plainify }} {{ $author := site.Params.author }} {{ $img := site.Params.site_logo | absURL }} {{ $imgAlt := printf "Logo for %s" site.Title }} {{ $twitter := printf "@%s" site.Params.social.twitter_handle }} {{ $title := cond (eq .Layout "component") (printf "%s %s" .Title .Params.component_kind) .Title }}{{ with $desc }}{{ end }} {{ with $author }}{{ end }} {{/* TrustArc */}} {{ hugo.Generator }}{{/* Twitter Card metadata */}}{{/* OpenGraph metadata */}}{{ with $desc }}{{ end }} {{/* For Algolia search */}}{{ with .Params.tags }}{{ end }} {{/* facebook domain verification */}} {{ if .IsHome }}{{ end }}