From c3833899a58532b5af88f95d98bfec0c0867d973 Mon Sep 17 00:00:00 2001 From: "Tyson L. Swetnam" Date: Tue, 9 Jul 2024 11:19:59 -0700 Subject: [PATCH] Create main.html --- docs/overrides/main.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/overrides/main.html diff --git a/docs/overrides/main.html b/docs/overrides/main.html new file mode 100644 index 0000000..5f0da9d --- /dev/null +++ b/docs/overrides/main.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} + +{% block content %} +{% if page.nb_url %} + + {% include ".icons/material/download.svg" %} + +{% endif %} + +{{ super() }} +{% include "iframechatbot.html" %} + +{% endblock content %}