diff --git a/src/_data/follow.js b/src/_data/follow.js
index 6d6b6f66..306c04d6 100644
--- a/src/_data/follow.js
+++ b/src/_data/follow.js
@@ -13,6 +13,7 @@ module.exports = async function () {
       id: entry.url,
       title: entry.title,
       url: entry.url,
+      description: entry.content || '',
       content_html: entry.content || '',
       date_published: entry.published,
     })