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 5aa9b8e commit 738081dCopy full SHA for 738081d
views/layouts/main.handlebars
@@ -29,6 +29,7 @@
29
<link rel="icon" href="images/favicon-32.png" sizes="32x32">
30
<link rel="icon" type="image/png" href="images/favicon-64.png">
31
<link href="https://fonts.googleapis.com/css?family=Source+Serif+Pro|Merriweather+Sans|Lobster" rel="stylesheet" type="text/css">
32
+ {{> visitor_stats }}
33
</head>
34
<body>
35
<script>
@@ -58,6 +59,5 @@
58
59
</footer>
60
</section>
61
<script defer src="js/scripts.1.2.min.js"></script>
- {{> visitor_stats }}
62
</body>
63
</html>
0 commit comments