diff --git a/layouts/partials/rss-item/postroll.xml b/layouts/partials/rss-item/postroll.xml
new file mode 100644
index 0000000..a36bdbd
--- /dev/null
+++ b/layouts/partials/rss-item/postroll.xml
@@ -0,0 +1,9 @@
+-
+ Postroll: {{ .Title }}
+ {{ with .Params.url }}{{ . }}{{ else }}{{ .Permalink }}{{ end }}
+ {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}
+ {{ .Params.author }}
+ {{ with .Params.url }}{{ . }}{{ else }}{{ .Permalink }}{{ end }}
+ {{ printf `Brandon's Comment:
%s]]>` .Summary | safeHTML }}
+ {{ printf `Brandon's Comment:%s]]>` .Content | safeHTML }}
+
\ No newline at end of file
diff --git a/layouts/postroll/rss.xml b/layouts/postroll/rss.xml
deleted file mode 100644
index 506221d..0000000
--- a/layouts/postroll/rss.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-{{- $pctx := . -}}
-{{- if .IsHome -}}{{ $pctx = .Site }}{{- end -}}
-{{- $pages := $pctx.RegularPages -}}
-{{- $limit := .Site.Config.Services.RSS.Limit -}}
-{{- if ge $limit 1 -}}
-{{- $pages = $pages | first $limit -}}
-{{- end -}}
-{{- printf "" | safeHTML }}
-{{- $style := resources.Get "css/pretty-feed-v3.xsl" -}}
-{{- printf "" $style.Permalink | safeHTML }}
-
-
- {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} | {{ end }}{{ .Site.Title }}{{ end }}
- {{ .Permalink }}
-
- {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} | {{ end }}{{ .Site.Title }}{{ end }}
- {{ .Permalink }}
- {{ .Site.BaseURL }}img/{{ .Site.Params.avatar }}
-
- {{ .Description }}
- Hugo -- gohugo.io{{ with .Site.LanguageCode }}
- {{.}}{{end}}{{ with .Site.Params.email }}
- {{.}}{{ with $.Site.Params.Author }} ({{.}}){{end}}{{end}}{{ with .Site.Params.email }}
- {{.}}{{ with $.Site.Params.Author }} ({{.}}){{end}}{{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 }}
- {{ range $pages }}
- -
- {{ .Title }}
- {{ .Params.url }}
- {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}
- {{ .Params.author }}
- {{ .Params.url }}
- {{ printf `Brandon's Comment:%s]]>` .Summary | safeHTML }}
- {{ printf `Brandon's Comment:%s]]>` .Content | safeHTML }}
-
- {{ end }}
-
-
\ No newline at end of file
diff --git a/themes/pulp b/themes/pulp
index 6f8ae91..47c3dcf 160000
--- a/themes/pulp
+++ b/themes/pulp
@@ -1 +1 @@
-Subproject commit 6f8ae91e561aff2b707774a820490112c6be8ad9
+Subproject commit 47c3dcfc5dd69860f008024c16fa5118a8dfbbad