Skip to content

Commit 520b933

Browse files
committed
remove google analytics
1 parent ff62713 commit 520b933

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

_includes/analytics.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

_includes/head.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<head>
2-
{% include analytics.html %}
32
{% include metadata.html %}
43
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
54
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">

_layouts/default.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,5 @@
99
<div id="main-content" class="wrapper">
1010
{{ content }}
1111
</div>
12-
13-
<!-- Google Analytics -->
14-
<!-- TODO -->
15-
<!-- End Google Analytics -->
16-
1712
</body>
18-
1913
</html>

0 commit comments

Comments
 (0)