diff --git a/src/_includes/base.liquid b/src/_includes/base.liquid
index 94c452e8..57154ac0 100644
--- a/src/_includes/base.liquid
+++ b/src/_includes/base.liquid
@@ -8,8 +8,8 @@
-
-
+
+
@@ -52,9 +52,49 @@
title="Cory Dransfeldt's activity feed"
type="application/rss+xml">
{% if schema == 'blog' %}
- {% render "schemas/blogpost-schema.liquid", meta: meta, page: page %}
+
{% else %}
- {% render "schemas/base-schema.liquid", meta: meta, page: page %}
+
{% endif %}
diff --git a/src/_includes/schemas/base-schema.liquid b/src/_includes/schemas/base-schema.liquid
deleted file mode 100644
index bd70b6bc..00000000
--- a/src/_includes/schemas/base-schema.liquid
+++ /dev/null
@@ -1,15 +0,0 @@
-
\ No newline at end of file
diff --git a/src/_includes/schemas/blogpost-schema.liquid b/src/_includes/schemas/blogpost-schema.liquid
deleted file mode 100644
index 78c7ed99..00000000
--- a/src/_includes/schemas/blogpost-schema.liquid
+++ /dev/null
@@ -1,27 +0,0 @@
-
\ No newline at end of file
diff --git a/src/posts/2023/programmatically-importing-your-lastfm-listening-data-to-listenbrainz.md b/src/posts/2023/programmatically-importing-your-lastfm-listening-data-to-listenbrainz.md
index 3ea4ad3a..c226de06 100644
--- a/src/posts/2023/programmatically-importing-your-lastfm-listening-data-to-listenbrainz.md
+++ b/src/posts/2023/programmatically-importing-your-lastfm-listening-data-to-listenbrainz.md
@@ -1,5 +1,6 @@
---
title: 'Programmatically importing your Last.fm listening data to ListenBrainz'
+description: 'I love Last.fm, but in the interest of redundancy, Ive started programmatically importing my listening data from Last.fm into ListenBrainz.'
date: '2023-12-05'
draft: false
tags: