{{ $title := print .Title }} {{ if .IsHome }}{{ $title = .Site.Title}}{{end}}
{{ $title }}
{{ $url := print .RelPermalink }}
{{ $desc := print .Description }} {{ if .IsHome }}{{ $desc = .Params.Description }}{{end}}
{{ $ogimage := "/favicon.png" }} {{ if .Params.Image }} {{ $ogimage = .Params.Image }} {{ end }}