Skip to content

Commit fe4d9cb

Browse files
authored
Create default.html
1 parent a05362f commit fe4d9cb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

_layouts/default.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
<!DOCTYPE html>
3+
<html>
4+
  <head>
5+
    <meta charset="UTF-8">
6+
    <title>{{ page.title }}</title>
7+
    <script type="text/javascript">
8+
(function(c,l,a,r,i,t,y){
9+
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
10+
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
11+
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
12+
})(window, document, "clarity", "script", "rr8mykpwiy");
13+
</script>
14+
  </head>
15+
  <body>
16+
    {{ content }}
17+
  </body>
18+
</html>

0 commit comments

Comments
 (0)