Fixed sidebar for when there are no post series
This commit is contained in:
parent
578f41e8dd
commit
13cb47aaef
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue