Skip to content

Commit 521d587

Browse files
authored
Merge pull request numpy#208 from numpy/feature/198-ga
Adds Google Analytics
2 parents 58ad6de + 4c47283 commit 521d587

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ languageCode: en-us
33
title: NumPy
44
theme: hugo-fresh
55
disableKinds: ["taxonomyTerm"]
6+
googleAnalytics: UA-162151853-1
67
DefaultContentLanguage: en
78
markup:
89
goldmark:

layouts/_default/baseof.html

+1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@
2929
{{ end }}
3030

3131
{{ partial "javascript.html" . }}
32+
{{ template "_internal/google_analytics_async.html" . }}
3233
</body>
3334
</html>

0 commit comments

Comments
 (0)