Skip to content

Commit

Permalink
Add Google Analytics tag
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Apr 10, 2024
1 parent 2fc20af commit 5120964
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/home/templates/home/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
></script>
<script src="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.js"></script>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-D6F9NNJN7T"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments) }
gtag('js', new Date());
gtag('config', 'G-D6F9NNJN7T');
</script>

{% block head %}
{% endblock %}
Expand Down

0 comments on commit 5120964

Please sign in to comment.