Remove series from post about

This commit is contained in:
cheddar 2025-04-18 12:19:34 -04:00
parent 6d3e953f99
commit 477f5a851d
No known key found for this signature in database

View file

@ -4,6 +4,5 @@
<div class="about"> <div class="about">
{% if post.data.description %}<p>{{ post.data.description }}</p>{% endif %} {% if post.data.description %}<p>{{ post.data.description }}</p>{% endif %}
<p><time datetime="{{ post.date | htmlDateString }}">{{ post.date | readableDate }}</time></p> <p><time datetime="{{ post.date | htmlDateString }}">{{ post.date | readableDate }}</time></p>
{% if post.data.series %}<p>Series - {{ post.data.series.name }}</p>{% endif %}
</div> </div>
</li> </li>