From 477f5a851dd0f614729400f348e0f648b03aebf3 Mon Sep 17 00:00:00 2001 From: cheddar Date: Fri, 18 Apr 2025 12:19:34 -0400 Subject: [PATCH] Remove series from post about --- _includes/post_link.njk | 1 - 1 file changed, 1 deletion(-) diff --git a/_includes/post_link.njk b/_includes/post_link.njk index fefb6a1..01de347 100644 --- a/_includes/post_link.njk +++ b/_includes/post_link.njk @@ -4,6 +4,5 @@
{% if post.data.description %}

{{ post.data.description }}

{% endif %}

- {% if post.data.series %}

Series - {{ post.data.series.name }}

{% endif %}