Skip to content

Commit 678b7dc

Browse files
committed
Added link tracking.
1 parent b762165 commit 678b7dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/_templates/layout.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<script type="text/javascript">
99

1010
var _gaq = _gaq || [];
11+
var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
12+
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
1113
_gaq.push(['_setAccount', 'UA-339450-7']);
1214
_gaq.push(['_setDomainName', 'none']);
1315
_gaq.push(['_setAllowLinker', true]);

0 commit comments

Comments
 (0)