Skip to content

Commit

Permalink
Add custom script to virginia theme (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
jguo144 authored Jan 23, 2024
1 parent edddfe2 commit c6cc38c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@
{{ super() }}
<link rel="stylesheet" href="/css/custom.css" />
{% endblock %}

{%- block scripts %}
{{ super() }}
<script src=https://www.developer.virginia.gov/media/developer/resources/branding-bar/brandingbar.php data-item="va_aabrandingbar" aaname="Virginia Office of Data Governance and Analytics - Virginia Open Data Portal" aatheme="aatheme-black" aaAnchorTag=https://www.odga.virginia.gov/id aaSkipNav="mainContent" defer="" ></script>
<script async src="https://siteimproveanalytics.com/js/siteanalyze_6289812.js"></script>
{% endblock -%}

0 comments on commit c6cc38c

Please sign in to comment.