Skip to content

Commit 8e7664a

Browse files
authored
Merge pull request #234 from jhudsl/google-analytics-on
Include Google Analytics by default for all style-sets
2 parents db3a1a7 + 4f47b55 commit 8e7664a

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

style-sets/AnVIL_FH/_output.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ bookdown::gitbook:
22
# When using multiple css files, the default file path will be the first one #
33
css: [assets/style.css, assets/AnVIL_style/anvil.css]
44
includes:
5+
in_header: GA_Script.html
56
before_body: assets/AnVIL_style/big-image_anvil.html
67
after_body: assets/AnVIL_style/footer.html
78
highlight: tango

style-sets/AnVIL_JHU/_output.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ bookdown::gitbook:
22
# When using multiple css files, the default file path will be the first one #
33
css: [assets/style.css, assets/AnVIL_style/anvil.css]
44
includes:
5+
in_header: GA_Script.html
56
before_body: assets/AnVIL_style/big-image_anvil.html
67
after_body: assets/AnVIL_style/footer.html
78
highlight: tango

style-sets/GDSCN/_output.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ bookdown::gitbook:
22
# When using multiple css files, the default file path will be the first one #
33
css: [assets/style.css, assets/GDSCN_style/gdscn.css]
44
includes:
5+
in_header: GA_Script.html
56
before_body: assets/GDSCN_style/big-image_gdscn.html
67
after_body: assets/GDSCN_style/footer.html
78
highlight: tango

style-sets/GDSCN_JHU/_output.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ bookdown::gitbook:
22
# When using multiple css files, the default file path will be the first one #
33
css: [assets/style.css, assets/GDSCN_style/gdscn.css]
44
includes:
5+
in_header: GA_Script.html
56
before_body: assets/GDSCN_style/big-image_gdscn.html
67
after_body: assets/GDSCN_style/footer.html
78
highlight: tango

style-sets/fhdasl/_output.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
bookdown::gitbook:
22
css: assets/style.css
33
includes:
4+
in_header: GA_Script.html
45
before_body: assets/big-image_fhdasl.html
56
after_body: assets/footer.html
67
split_bib: false

0 commit comments

Comments
 (0)