{{- $params := .page.Params | merge .site.Params.page | merge (dict "author" .site.Author.name) -}} {{- .page.Title -}} {{- .page.Permalink -}} {{- .page.Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" -}} {{- .params.author | default (T "author") -}} {{- .page.Permalink -}} {{- " {{- end -}} {{- $content := .page.Description -}} {{- if $params.rssFullText -}} {{- $content = dict "content" .page.Content "ruby" $params.ruby "fraction" $params.fraction "fontawesome" $params.fontawesome | partial "function/content.html" -}} {{- else -}} {{- with .page.Summary -}} {{- $content = dict "content" . "ruby" $params.ruby "fraction" $params.fraction "fontawesome" $params.fontawesome | partial "function/content.html" -}} {{- end -}} {{- end -}} {{- $content | replaceRE `]*>.*` "" | replaceRE `]*( /)?>` "" | safeHTML -}} {{- "]]>" | safeHTML -}}