Skip to content

Commit

Permalink
Update Googe Analytics code
Browse files Browse the repository at this point in the history
  • Loading branch information
Raimondas Galvelis committed Oct 15, 2021
1 parent 7164c39 commit 6aa8c23
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A high-performance toolkit for molecular simulation. Use it as a library, or as an application. We include extensive language bindings for Python, C, C++, and even Fortran. The code is open source and actively maintained on Github, licensed under MIT and LGPL.">
<script src="https://www.googletagmanager.com/gtag/js?id=G-HW60Z9TDXB" async></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HW60Z9TDXB');
window.ga = window.ga || function() {(ga.q = ga.q || []).push(arguments)}
ga.l =+ new Date
ga('create', 'G-HW60Z9TDXB', 'auto')
ga('set', 'page', '/')
ga('send', 'pageview')
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/vuetify@2.5.6/dist/vuetify.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/@mdi/font@5.9.55/css/materialdesignicons.min.css" rel="stylesheet">
Expand Down

0 comments on commit 6aa8c23

Please sign in to comment.