Skip to content

Commit

Permalink
Add instagram social link and google analytics code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmgooch committed Aug 22, 2021
1 parent 67ca504 commit 1ef65ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _data/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ contact_settings:
social_settings:
facebook_url: ''
twitter_url: ''
instagram_url: ''
instagram_url: 'https://www.instagram.com/cheltbmx/'
snapchat_url: ''
youtube_url: ''
google-plus_url: ''
Expand Down
10 changes: 10 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,16 @@
{{ site.data.settings.advanced_settings.footer_js }}
{% endif %}

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

gtag('config', 'G-ZEQD0NBNJ2');
</script>


</body>

Expand Down

0 comments on commit 1ef65ae

Please sign in to comment.