From b6c2e0b3cec7adf758d0b014e55152609408a264 Mon Sep 17 00:00:00 2001 From: E Nelson Date: Thu, 19 Mar 2026 19:27:22 -0400 Subject: [PATCH 1/2] Add Plausible --- docs/_quarto.yml | 1 + docs/include-in-header.html | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 docs/include-in-header.html diff --git a/docs/_quarto.yml b/docs/_quarto.yml index a7fa88f2..484445d0 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -108,6 +108,7 @@ format: - styles.scss toc: true toc-depth: 3 + include-in-header: "include-in-header.html" quartodoc: package: chatlas diff --git a/docs/include-in-header.html b/docs/include-in-header.html new file mode 100644 index 00000000..e76b403c --- /dev/null +++ b/docs/include-in-header.html @@ -0,0 +1,6 @@ + + + From c458cb29b4711d1a18c65adfea3c52a9feb3b3ce Mon Sep 17 00:00:00 2001 From: E Nelson Date: Thu, 19 Mar 2026 19:32:59 -0400 Subject: [PATCH 2/2] fix key location --- docs/_quarto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_quarto.yml b/docs/_quarto.yml index 490e213e..3dcf40da 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -106,13 +106,13 @@ website: format: html: include-in-header: + - "include-in-header.html" - text: | theme: - styles.scss toc: true toc-depth: 3 - include-in-header: "include-in-header.html" quartodoc: package: chatlas