Skip to content

Commit b29a4ea

Browse files
authored
Add Plausible tracking to head
1 parent 692353b commit b29a4ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/layouts/layout.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ under the License.
5454
$(function() { setupCodeCopy(); });
5555
</script>
5656
<% end %>
57+
<script defer data-domain="apidocs.simplyprint.io" src="https://plausible.io/js/plausible.js"></script>
5758
</head>
5859

5960
<body class="<%= page_classes %>" data-languages="<%=h language_tabs.map{ |lang| lang.is_a?(Hash) ? lang.keys.first : lang }.to_json %>">

0 commit comments

Comments
 (0)