diff --git a/_static/js/google_analytics.js b/_static/js/google_analytics.js new file mode 100644 index 0000000..47f1f12 --- /dev/null +++ b/_static/js/google_analytics.js @@ -0,0 +1,4 @@ + + + + diff --git a/_static/js/google_tag.js b/_static/js/google_tag.js new file mode 100644 index 0000000..0abec8b --- /dev/null +++ b/_static/js/google_tag.js @@ -0,0 +1,8 @@ + + \ No newline at end of file diff --git a/conf.py b/conf.py index 55a6a7e..ea97dae 100644 --- a/conf.py +++ b/conf.py @@ -29,6 +29,7 @@ html_theme = 'sphinx_book_theme' html_static_path = ['_static'] +html_js_files = ["js/google_analytics.js", "js/google_tag.js"] html_title = "Forex Strategies"