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 ff62713 commit 520b933Copy full SHA for 520b933
_includes/analytics.html
_includes/head.html
@@ -1,5 +1,4 @@
1
<head>
2
- {% include analytics.html %}
3
{% include metadata.html %}
4
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
5
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
_layouts/default.html
@@ -9,11 +9,5 @@
9
<div id="main-content" class="wrapper">
10
{{ content }}
11
</div>
12
-
13
- <!-- Google Analytics -->
14
- <!-- TODO -->
15
- <!-- End Google Analytics -->
16
17
</body>
18
19
</html>
0 commit comments