From 95ca8c1897c5152083fe371da3da63c4aed2a358 Mon Sep 17 00:00:00 2001 From: Dan <39170265+chillenberger@users.noreply.github.com> Date: Fri, 22 Mar 2024 11:06:10 -0600 Subject: [PATCH] blog toc width fix --- .../src/components/pages/article/index/template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pgml-dashboard/src/components/pages/article/index/template.html b/pgml-dashboard/src/components/pages/article/index/template.html index f492fe783..dfd116949 100644 --- a/pgml-dashboard/src/components/pages/article/index/template.html +++ b/pgml-dashboard/src/components/pages/article/index/template.html @@ -105,7 +105,7 @@

<%- title %>

-
+
<% if document_not_found {%>

Oops, document not found!

@@ -128,7 +128,7 @@

Have Questions?

<% if !toc.is_empty() && is_blog { %> -
+
<%+ Toc::new(&toc)%>
<% } %>