{{- $title := cond .IsHome .Site.Title (printf "%s | %s" .Title .Site.Title) -}} {{- $desc := .Description | default .Summary | default .Site.Params.description | plainify | truncate 160 -}} {{ $title }} {{/* Theme */}} {{/* Favicon */}} {{/* RSS */}} {{/* Robots */}} {{- $robots := "index, follow" -}} {{- if .Params.noindex -}} {{- $robots = "noindex, nofollow" -}} {{- end -}}