diff --git a/docs/index.xml b/docs/index.xml
index 02b69af..a408e4d 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -37,12 +37,4 @@ share.freedoms4.org↗
<li>Politics.</li>
</ul>
<p>Education as a concept/implementation/system is good.
-Academics is good only as a concept. It’s implementation and system is always the worst and corrupted.</p>Coming Soonhttps://freedoms4.org/coming-soon/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/coming-soon/<p>This feature is not yet available. Check back later!</p>Contacthttps://freedoms4.org/contact/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/contact/<p><strong>Admin:</strong> hyzen</p>
-<h2 class="heading" id="contacts">
- Contacts<span class="heading__anchor"> <a href="#contacts">#</a></span>
-</h2><p><strong><a href="mailto:hyzen@freedoms4.org">Email</a> and <a href="xmpp:hyzen@freedoms4.org">XMPP</a>:</strong> <a href="mailto:hyzen@freedoms4.org">hyzen@freedoms4.org</a></p>
-<p><strong>IRC/Liberachat:</strong> hyzen, #freedoms4</p>
-<h2 class="heading" id="follow-on">
- Follow on<span class="heading__anchor"> <a href="#follow-on">#</a></span>
-</h2><p><strong><a href="https://mastodon.social/@hyzen">Mastodon</a>:</strong> <a href="mailto:hyzen@mastodon.social">hyzen@mastodon.social</a></p>
-<p><strong>Lemmy:</strong> <a href="mailto:hyzen@lemmy.today">hyzen@lemmy.today</a></p>
\ No newline at end of file
+Academics is good only as a concept. It’s implementation and system is always the worst and corrupted.</p>
\ No newline at end of file
diff --git a/layouts/rss.xml b/layouts/rss.xml
index 52125fb..c1ae74a 100644
--- a/layouts/rss.xml
+++ b/layouts/rss.xml
@@ -38,11 +38,13 @@
{{- else }}
{{- $pages = $pctx.Pages }}
{{- end }}
-{{- /* Exclude uninotes pages, admin, login, and signup from the feed */}}
+{{- /* Exclude uninotes pages, admin, login, signup, contact, and coming-soon from the feed */}}
{{- $pages = where $pages "Section" "ne" "uninotes" }}
{{- $pages = where $pages "RelPermalink" "ne" "/admin/" }}
{{- $pages = where $pages "RelPermalink" "ne" "/login/" }}
{{- $pages = where $pages "RelPermalink" "ne" "/signup/" }}
+{{- $pages = where $pages "RelPermalink" "ne" "/contact/" }}
+{{- $pages = where $pages "RelPermalink" "ne" "/coming-soon/" }}
{{- $limit := .Site.Config.Services.RSS.Limit }}
{{- if ge $limit 1 }}
{{- $pages = $pages | first $limit }}