Merge pull request #10 from VagabondAzulien/goatcounter
GoatCounter: Fix script positioning
This commit is contained in:
commit
4e43c06249
2 changed files with 4 additions and 4 deletions
|
@ -18,6 +18,8 @@
|
||||||
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css"
|
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css"
|
||||||
integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY="
|
integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY="
|
||||||
crossorigin="anonymous">
|
crossorigin="anonymous">
|
||||||
|
<script data-goatcounter="https://theinternetvagabond.goatcounter.com/count"
|
||||||
|
async src="//gc.zgo.at/count.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="cor_page">
|
<div class="cor_page">
|
||||||
|
@ -39,6 +41,4 @@
|
||||||
{% include cor_menu.html %}
|
{% include cor_menu.html %}
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<script data-goatcounter="https://theinternetvagabond.goatcounter.com/count"
|
|
||||||
async src="//gc.zgo.at/count.js"></script>
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -18,6 +18,8 @@
|
||||||
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css"
|
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css"
|
||||||
integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY="
|
integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY="
|
||||||
crossorigin="anonymous">
|
crossorigin="anonymous">
|
||||||
|
<script data-goatcounter="https://theinternetvagabond.goatcounter.com/count"
|
||||||
|
async src="//gc.zgo.at/count.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="cor_page">
|
<div class="cor_page">
|
||||||
|
@ -50,6 +52,4 @@
|
||||||
{% include cor_menu.html %}
|
{% include cor_menu.html %}
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<script data-goatcounter="https://theinternetvagabond.goatcounter.com/count"
|
|
||||||
async src="//gc.zgo.at/count.js"></script>
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue