Skip to content

Commit

Permalink
Add clarity tag (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeschmitt-tr authored Aug 1, 2024
1 parent 7d966d5 commit cd78ea2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{% extends "!layout.html" %}
{%- block extrahead %}
{{ super() }}
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "nglikgkapv");
</script>
{% endblock %}

{%- block sidebartitle %}
<div class="sidebartitle-docs-home">
Expand Down

0 comments on commit cd78ea2

Please sign in to comment.