From 96155aa9965e0c49cc3f1a084e13c8ebf7fc96ab Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Fri, 15 Mar 2024 12:46:31 -0700 Subject: [PATCH] docs: Update metrics --- docs/_templates/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index c83e9b28a4..fa58fc5a73 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -1,6 +1,6 @@ {% extends "!layout.html" %} {% block extrahead %} - + {{ super() }} -{% endblock %} \ No newline at end of file +{% endblock %}