Skip to content

Commit

Permalink
Add Adobe Analytics info
Browse files Browse the repository at this point in the history
Signed-off-by: Mike McKiernan <[email protected]>
  • Loading branch information
mikemckiernan committed Sep 17, 2024
1 parent 50ea36e commit 0802753
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@
</p>
{%- endif %}
{{ super() }}
<script type="text/javascript">if (typeof _satellite !== "undefined"){ _satellite.pageBottom();}</script>
{% endblock %}
5 changes: 5 additions & 0 deletions templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% extends '!layout.html' %}
{% block extrahead %}
{{ super() }}
<script src="https://assets.adobedtm.com/5d4962a43b79/c1061d2c5e7b/launch-191c2462b890.min.js"></script>
{% endblock %}

0 comments on commit 0802753

Please sign in to comment.