Skip to content

Commit 738081d

Browse files
committed
Moved visitor stats script location to HEAD.
1 parent 5aa9b8e commit 738081d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/layouts/main.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<link rel="icon" href="images/favicon-32.png" sizes="32x32">
3030
<link rel="icon" type="image/png" href="images/favicon-64.png">
3131
<link href="https://fonts.googleapis.com/css?family=Source+Serif+Pro|Merriweather+Sans|Lobster" rel="stylesheet" type="text/css">
32+
{{> visitor_stats }}
3233
</head>
3334
<body>
3435
<script>
@@ -58,6 +59,5 @@
5859
</footer>
5960
</section>
6061
<script defer src="js/scripts.1.2.min.js"></script>
61-
{{> visitor_stats }}
6262
</body>
6363
</html>

0 commit comments

Comments
 (0)