{{- $pctx := . -}} {{- if .IsHome -}}{{ $pctx = .Site }}{{- end -}} {{- $pages := slice -}} {{- if or $.IsHome $.IsSection -}} {{- $pages = $pctx.RegularPages -}} {{- else -}} {{- $pages = $pctx.Pages -}} {{- end -}} {{- $limit := .Site.Config.Services.RSS.Limit -}} {{- if ge $limit 1 -}} {{- $pages = $pages | first $limit -}} {{- end -}} {{- printf "" | safeHTML }} {{ .Site.Author.name }}'s Blog {{ .Permalink }} My blog where I post about the things I like and work on! {{ with .Site.LanguageCode }}{{.}}{{end}} {{ with .Site.Copyright }} {{.}} {{end}} {{ if not .Date.IsZero }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{ end }} {{- with .OutputFormats.Get "RSS" -}} {{ printf "" .Permalink .MediaType | safeHTML }} {{- end -}} https://www.rssboard.org/rss-specification {{ with resources.Get "rss-image.png" }} {{ .Permalink }} {{ $.Site.Author.name }}'s Art {{ $.Permalink }} 100 100 {{ end }} {{ range $pages }} {{ if not (.Param "excludefeed") }} {{ .Title }} {{ .Permalink }} {{ with $.Site.Author.name }} {{ . }} {{ end }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{ .Permalink }} {{ " {{ " {{ end }} {{ end }}