crisp-theme.git

git clone https://git.crispbyte.dev/crisp-theme.git

commit
477f5a8
parent
6d3e953
author
cheddar
date
2025-04-18 18:19:34 +0200 CEST
Remove series from post about
1 files changed,  +0, -1
M _includes/post_link.njk
+0, -1
1@@ -4,6 +4,5 @@
2   <div class="about">
3     {% if post.data.description %}<p>{{ post.data.description }}</p>{% endif %}
4     <p><time datetime="{{ post.date | htmlDateString }}">{{ post.date | readableDate }}</time></p>
5-    {% if post.data.series %}<p>Series - {{ post.data.series.name }}</p>{% endif %}
6   </div>
7 </li>