{{/* */}} {{- $description := print .Params.Description -}} {{- if or .IsHome (eq .Params.Description "") (not .Params.Description) -}} {{ $description = .Site.Params.Description }} {{- end -}} {{- $author := print .Site.Author.name -}} {{- if .Params.author -}}{{ $author = .Params.author }}{{- end }} {{ block "title" . }}{{ with .Params.Title }}{{ . }} - {{ end }}{{ .Site.Title }}{{ end }} {{ hugo.Generator }} {{- if .Params.editor }}{{ end }} {{- if .Params.date }}{{ end }} {{- if .Params.rights }}{{ end }} {{- /* TODO: add fb:admins and fb:app_id */ -}} {{- /* TODO: add ability to render 'article' type */ -}} {{ partial "styles.html" . -}} {{ partial "scripts.html" . -}} {{- with .OutputFormats.Get "rss" }} {{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} {{- end }}