{{- .Site.Title -}} {{- .Permalink -}} {{- .Site.Params.description | default .Site.Title -}} Hugo -- gohugo.io {{- with .Site.LanguageCode -}} {{- . -}} {{- end -}} {{- with .Site.Author.email -}} {{- . }}{{ with $.Site.Author.name }} ({{ . }}){{ end -}} {{- . }}{{ with $.Site.Author.name }} ({{ . }}){{ end -}} {{- end -}} {{- with .Site.Copyright -}} {{- . -}} {{- end -}} {{- if not .Date.IsZero -}} {{- .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" -}} {{- end -}} {{- range where .Site.RegularPages "Type" "posts" | first (.Site.Params.home.rss | default 10) -}} {{- .Title -}} {{- .Permalink -}} {{- .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" -}} {{- .Params.author | default $.Site.Author.name | default (T "author") -}} {{- .Permalink -}} {{- with .Summary -}} {{- dict "content" . "ruby" true "fraction" true "fontawesome" true | partial "function/content.html" | plainify -}} {{- else -}} {{- .Description | plainify -}} {{- end -}} {{- end -}}