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)%>
<% } %>