diff --git a/_includes/components/sections/recent-posts.njk b/_includes/components/sections/recent-posts.njk
index 2e7b36e..a0fbc58 100644
--- a/_includes/components/sections/recent-posts.njk
+++ b/_includes/components/sections/recent-posts.njk
@@ -40,10 +40,11 @@
{{ post.date | dateDisplay }}
- {% unfurl likedUrl %}
-
- {{ likedUrl }}
-
+
{{ post.templateContent | safe }}
@@ -73,10 +74,11 @@
{{ post.data.title }}
{% endif %}
- {% unfurl bookmarkedUrl %}
-
- {{ bookmarkedUrl }}
-
+
+
+ {{ bookmarkedUrl }}
+
+
{% if post.templateContent %}
{{ post.templateContent | safe }}
@@ -101,10 +103,11 @@
{{ post.date | dateDisplay }}
- {% unfurl repostedUrl %}
-
- {{ repostedUrl }}
-
+
+
+ {{ repostedUrl }}
+
+
{% if post.templateContent %}
{{ post.templateContent | safe }}
@@ -129,10 +132,11 @@
{{ post.date | dateDisplay }}
- {% unfurl replyToUrl %}
-
- {{ replyToUrl }}
-
+
+
+ {{ replyToUrl }}
+
+
{% if post.templateContent %}
{{ post.templateContent | safe }}