diff --git a/_includes/components/widgets/recent-posts.njk b/_includes/components/widgets/recent-posts.njk index 6d10843..0097947 100644 --- a/_includes/components/widgets/recent-posts.njk +++ b/_includes/components/widgets/recent-posts.njk @@ -31,17 +31,6 @@ {% elif bookmarkedUrl %}
- {% if post.data.category %} -
- {% if post.data.category is string %} - {{ post.data.category }} - {% else %} - {% for cat in post.data.category %} - {{ cat }} - {% endfor %} - {% endif %} -
- {% endif %} @@ -58,17 +47,6 @@ {% elif repostedUrl %}
- {% if post.data.category is string %} - {{ post.data.category }} - {% else %} - {% for cat in post.data.category %} - {{ cat }} - {% endfor %} - {% endif %} -
- {% endif %}
@@ -85,17 +63,6 @@
- {% if post.data.category is string %} - {{ post.data.category }} - {% else %} - {% for cat in post.data.category %} - {{ cat }} - {% endfor %} - {% endif %} -
- {% endif %}