From f836eba12e8b14b4f9e3bef7c9e3ce00d525bfb4 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 19 Oct 2021 16:28:45 -0400 Subject: [PATCH] Fix stray end tags on website --- docs/_includes/global/navbar-start.html | 1 - docs/_layouts/documentation.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/_includes/global/navbar-start.html b/docs/_includes/global/navbar-start.html index 733223a05..718e4af6f 100644 --- a/docs/_includes/global/navbar-start.html +++ b/docs/_includes/global/navbar-start.html @@ -62,7 +62,6 @@ {{ link.subtitle }} - {% unless forloop.last %} diff --git a/docs/_layouts/documentation.html b/docs/_layouts/documentation.html index 8856b17af..bdb1e8027 100644 --- a/docs/_layouts/documentation.html +++ b/docs/_layouts/documentation.html @@ -61,5 +61,5 @@ route: documentation {% endif %} {% include components/anchors.html %} - + -- 2.47.3