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 692353b commit b29a4eaCopy full SHA for b29a4ea
source/layouts/layout.erb
@@ -54,6 +54,7 @@ under the License.
54
$(function() { setupCodeCopy(); });
55
</script>
56
<% end %>
57
+ <script defer data-domain="apidocs.simplyprint.io" src="https://plausible.io/js/plausible.js"></script>
58
</head>
59
60
<body class="<%= page_classes %>" data-languages="<%=h language_tabs.map{ |lang| lang.is_a?(Hash) ? lang.keys.first : lang }.to_json %>">
0 commit comments