Only insert funding <hr> if toc is present

This commit is contained in:
Ryan P Kilby 2020-02-19 14:39:13 -08:00
parent 1feb26739c
commit fbf5841189

View File

@ -102,7 +102,7 @@
{% endfor %} {% endfor %}
<div class="promo"> <div class="promo">
<hr/> {% if page.toc %}<hr/>{% endif %}
<div id="sidebarInclude"> <div id="sidebarInclude">
</div> </div>
</ul> </ul>