Fixed sidebar for when there are no post series

This commit is contained in:
Jeff MacKinnon 2022-05-25 16:31:13 -03:00
parent 578f41e8dd
commit 13cb47aaef

View file

@ -89,6 +89,7 @@
</section>
{% endif %}
{% if series.items() %}
<!-- Section - The various series -->
<section id="article-series">
<header class="major">
@ -106,6 +107,7 @@
</article>
{% endfor %}
</section>
{% endif %}
{% if WEBRING_FEED_URLS %}
<section>