From 6745aebbd6a4cf12cfb1f78b3ae00bf8ed90d2c0 Mon Sep 17 00:00:00 2001 From: Heather Turner Date: Wed, 6 Dec 2023 17:51:56 +0000 Subject: [PATCH] add plausible analytics snippet --- _quarto.yml | 6 +++++- analytics.html | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 analytics.html diff --git a/_quarto.yml b/_quarto.yml index 1820207..786d202 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -13,6 +13,9 @@ website: site-url: https://forwards.github.io/ description: "R Foundation taskforce on women and other under-represented groups." favicon: /images/favicon.ico + twitter-card: + site: "@R_Forwards" + open-graph: true page-navigation: true reader-mode: true @@ -71,4 +74,5 @@ format: dark: [darkly, theme-dark.scss] #cosmo css: styles.css toc: true - email-obfuscation: javascript \ No newline at end of file + email-obfuscation: javascript + include-in-header: analytics.html \ No newline at end of file diff --git a/analytics.html b/analytics.html new file mode 100644 index 0000000..e385a6b --- /dev/null +++ b/analytics.html @@ -0,0 +1,3 @@ + + + \ No newline at end of file