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"
|
||||
integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY="
|
||||
crossorigin="anonymous">
|
||||
<script data-goatcounter="https://theinternetvagabond.goatcounter.com/count"
|
||||
async src="//gc.zgo.at/count.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="cor_page">
|
||||
|
@ -39,6 +41,4 @@
|
|||
{% include cor_menu.html %}
|
||||
</div>
|
||||
</body>
|
||||
<script data-goatcounter="https://theinternetvagabond.goatcounter.com/count"
|
||||
async src="//gc.zgo.at/count.js"></script>
|
||||
</html>
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css"
|
||||
integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY="
|
||||
crossorigin="anonymous">
|
||||
<script data-goatcounter="https://theinternetvagabond.goatcounter.com/count"
|
||||
async src="//gc.zgo.at/count.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="cor_page">
|
||||
|
@ -50,6 +52,4 @@
|
|||
{% include cor_menu.html %}
|
||||
</div>
|
||||
</body>
|
||||
<script data-goatcounter="https://theinternetvagabond.goatcounter.com/count"
|
||||
async src="//gc.zgo.at/count.js"></script>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue