{{- $resource_url := print .Site.BaseURL | safeURL -}} {{- $title := print .Title -}} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} {{- $description := print .Description -}} {{ if .IsHome }}{{ $description = .Site.Params.Description }}{{ end }} {{- $author := print .Site.Author.name -}} {{- if .Params.author -}}{{ $author = .Params.author }}{{- end -}} {{ $title }} {{ if .Params.editor }}{{ end }} {{ if .Params.pub_date }}{{ end }} {{ if .Params.rights }}{{ end }}