diff --git a/content/menu/_index.md b/content/menu/_index.md
index 01864b9..a1f9da2 100644
--- a/content/menu/_index.md
+++ b/content/menu/_index.md
@@ -64,7 +64,7 @@ The following menu contains meals that are in rotation at my home. These are mad
- Pre-made Indian Curries
* Tikka Marsala
- Pre-made Japanese Vermont curry
-- [Fettuccine Alfredo](fettuccine-alfredo/)
+- [Alfredo](alfredo/)
- Pad Thai
- [White Pepper Spaetzle](white-pepper-spaetzle/)
- [Korma](korma/)
diff --git a/content/subscribe.md b/content/subscribe.md
index 1383c42..490724d 100644
--- a/content/subscribe.md
+++ b/content/subscribe.md
@@ -4,6 +4,7 @@ description: Ways to subscribe to Brandon Rozek
---
- [Blog Posts](/blog/index.xml)
+- [Postroll](/postroll/index.xml)
- Mastodon
- [Follow directly](https://fosstodon.org/users/brozek/remote_follow)
- [Via RSS](/toots/index.xml)
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