Browse Source

feat(docs): Add analytics code to landing page

Michael Bromley 7 years ago
parent
commit
457aac40f1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/layouts/index.en.html

+ 1 - 0
docs/layouts/index.en.html

@@ -134,6 +134,7 @@ $ yarn add @vendure/core@alpha</code>
     </div>
 </div>
 {{ partial "footer" }}
+{{ template "_internal/google_analytics_async.html" . }}
 <script src="{{ "intro.js" | relURL }}"></script>
 </body>
 </html>