We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0fbf8 commit 5891ce0Copy full SHA for 5891ce0
src/components/head_information.rs
@@ -52,6 +52,7 @@ pub fn HeadInformation() -> impl IntoView {
52
<Link rel="canonical" href=format!("https://rustlang-es.org{}", path)/>
53
<script type="text/javascript">
54
(function(c,l,a,r,i,t,y){
55
+ if ("localhost0.0.0.0::0192.168.0.1192.168.1.1".includes(document.location.hostname)) return;
56
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
57
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
58
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
0 commit comments