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