From 7d004675435c349551605a8373b91c00a46863ff Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Thu, 6 Jul 2023 10:11:34 -0400 Subject: [PATCH 1/2] Add Google Analytics --- GA_Script.Rhtml | 16 ++++++++-------- _output.yml | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/GA_Script.Rhtml b/GA_Script.Rhtml index 04be9d76..cf54ca8a 100644 --- a/GA_Script.Rhtml +++ b/GA_Script.Rhtml @@ -1,20 +1,20 @@ - + Title - + - + - + - + - \ No newline at end of file + diff --git a/_output.yml b/_output.yml index 96a37394..e3af09b8 100644 --- a/_output.yml +++ b/_output.yml @@ -1,6 +1,7 @@ bookdown::gitbook: css: [assets/style.css, assets/style_custom.css] includes: + in_header: GA_Script.html before_body: assets/big-image_fhdasl.html after_body: assets/footer.html split_bib: false From 47812e9e180bcc16ef4bd7f0719e6872ad99c71e Mon Sep 17 00:00:00 2001 From: carriewright11 Date: Wed, 12 Jul 2023 11:19:37 -0400 Subject: [PATCH 2/2] fixing _output.yml --- _output.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_output.yml b/_output.yml index e3af09b8..24e870c2 100644 --- a/_output.yml +++ b/_output.yml @@ -1,7 +1,7 @@ bookdown::gitbook: css: [assets/style.css, assets/style_custom.css] includes: - in_header: GA_Script.html + in_header: GA_Script.Rhtml before_body: assets/big-image_fhdasl.html after_body: assets/footer.html split_bib: false