We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ec554 commit 7516b54Copy full SHA for 7516b54
src/partials/body-end-scripts.hbs
@@ -2,7 +2,6 @@
2
<script data-sync-storage-key="preferred-tab" async src="{{{uiRootPath}}}/js/vendor/tabs.js"></script>
3
<script async src="{{{uiRootPath}}}/js/vendor/highlight.js"></script>
4
<script async src="{{{uiRootPath}}}/js/vendor/zooming.js"></script>
5
-
6
<script src="https://cdn.jsdelivr.net/npm/@docsearch/js@3"></script>
7
{{#with site.keys}}
8
{{#if (and algoliaAppId algoliaIndexName algoliaApiKey)}}
@@ -18,3 +17,4 @@
18
17
{{/if}}
19
{{/with}}
20
{{> intercom}}
+{{> scarf}}
src/partials/scarf.hbs
@@ -0,0 +1,4 @@
1
+{{#with site.keys.scarfTrackingPixel}}
+<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid={{this}}"
+ style="display:none" />
+{{/with}}
0 commit comments