From fbf5841189c7f8c7ca5b19847205b2c9ab561b41 Mon Sep 17 00:00:00 2001 From: Ryan P Kilby Date: Wed, 19 Feb 2020 14:39:13 -0800 Subject: [PATCH] Only insert funding
if toc is present --- docs_theme/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_theme/main.html b/docs_theme/main.html index 8ce5b026f..c2a29e1ae 100644 --- a/docs_theme/main.html +++ b/docs_theme/main.html @@ -102,7 +102,7 @@ {% endfor %}
-
+ {% if page.toc %}
{% endif %}