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>
|
</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>
|
||||||
|
|
Loading…
Reference in a new issue