Skip to content

Commit

Permalink
Removed unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed May 30, 2024
1 parent b8cee3a commit 9dc1972
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/source/insert_ga_to_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@
build_dir = "docs/build"

# Google Analytics code snippet to insert into the HTML files
# ga_code = f"""
# <!-- Global site tag (gtag.js) - Google Analytics -->
# <script async src="https://www.googletagmanager.com/gtag/js?id={ga_key}"></script>
# <script>
# window.dataLayer = window.dataLayer || [];
# function gtag(){{dataLayer.push(arguments);}}
# gtag('js', new Date());
# gtag('config', '{ga_key}');
# </script>
# """
ga_code = f"""
<script>
// Fetch and execute the analytics script
Expand Down

0 comments on commit 9dc1972

Please sign in to comment.