Skip to content

Commit 4f8063b

Browse files
authored
Merge pull request #6 from CodeFactoryLLC/Documentation
Updating Tracking for Plausble.io
2 parents d3958a6 + aa9bb42 commit 4f8063b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/CodeFactoryVisualStudio/Documentation/templates/default/partials/head.tmpl.partial

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
{{#_noindex}}<meta name="searchOption" content="noindex">{{/_noindex}}
1818
{{#_enableSearch}}<meta property="docfx:rel" content="{{_rel}}">{{/_enableSearch}}
1919
{{#_enableNewTab}}<meta property="docfx:newtab" content="true">{{/_enableNewTab}}
20+
<script async defer data-domain="docs.codefactory.software" src="https://plausible.io/js/plausible.js"></script>
2021
</head>

src/CodeFactoryVisualStudio/Documentation/templates/default/partials/scripts.tmpl.partial

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
<script type="text/javascript" src="{{_rel}}styles/docfx.vendor.js"></script>
44
<script type="text/javascript" src="{{_rel}}styles/docfx.js"></script>
55
<script type="text/javascript" src="{{_rel}}styles/main.js"></script>
6-
<script>var clicky_site_ids = clicky_site_ids || []; clicky_site_ids.push(101295999);</script>
7-
<script async src="//static.getclicky.com/js"></script>
8-
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/101295999ns.gif" /></p></noscript>
6+
97

0 commit comments

Comments
 (0)