{{- define "common/web/rss" -}} {{if .category}} 分类:{{.category.Name}} - {{.blog_title}} {{else}} {{.blog_title}} {{end}} {{if .category}} {{.category.FullPath}} {{else}} {{.blog_url}} {{end}} {{if .category}} {{if .category.Description}} {{.category.Description}} {{end}} {{else}} {{if .user.Description}} {{.user.Description}} {{end}} {{end}} Sonic {{.version}} {{.lastModified.Format "Mon, 02 Jan 2006 15:04:05 GMT"}} {{if (gt (len .posts) 0)}} {{ range $post := .posts }} <![CDATA[{{$post.Title}}]]> {{- if $.globalAbsolutePathEnabled}}{{$.blog_url}}{{end}}{{$post.FullPath}} {{- if (eq $.options.rss_content_type "full") -}} {{- else -}} {{- end -}} {{unix_milli_time_format "Mon, 02 Jan 2006 15:04:05 GMT" $post.CreateTime }} {{end}} {{end}} {{end}}