From a759ad3f0f71ea9626d84c08458b57b73cf6470d Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Thu, 31 Dec 2020 22:37:15 -0600 Subject: [PATCH] Update default.html --- _layouts/default.html | 137 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 136 insertions(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 42682b2..1b5b725 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -131,8 +131,11 @@ {% if site.heading_anchors != false %} {% include vendor/anchor_headings.html html=content beforeHeading="true" anchorBody="" anchorClass="anchor-heading" anchorAttrs="aria-labelledby=\"%html_id%\"" %} {% else %} - {{ content }} + + + {{ content }} {% endif %} + {% if page.has_children == true and page.has_toc != false %}