Merge pull request #9 from VagabondAzulien/goatcounter
Add GoatCounter for site analytics
This commit is contained in:
commit
3623223496
3 changed files with 11 additions and 0 deletions
|
@ -16,6 +16,11 @@
|
|||
aria-label="RSS feed for the site">
|
||||
<span class="fa fa-rss" aria-hidden="true"
|
||||
title="RSS Feed"</span>
|
||||
</a> |
|
||||
<a class="u-url" href="https://theinternetvagabond.goatcounter.com/"
|
||||
aria-label="GoatCounter statistics for the stie">
|
||||
<span class="fa fa-bar-chart" aria-hidden="true"
|
||||
title="GoatCounter Statistics"</span>
|
||||
</a>
|
||||
</h5>
|
||||
<a class="u-url u-uid" href="https://theinternetvagabond.com"></a>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
content="Rants of a wandering techy, in search of truth, knowledge, and a decent ping." />
|
||||
<meta name="author" content="{{ site.author }}" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="canonical" href="{{ site.url}}{{ page.url }}" />
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{{ site.url }}/src/styles/corrupt_layout.css" />
|
||||
<link rel="stylesheet" type="text/css"
|
||||
|
@ -38,4 +39,6 @@
|
|||
{% include cor_menu.html %}
|
||||
</div>
|
||||
</body>
|
||||
<script data-goatcounter="https://theinternetvagabond.goatcounter.com/count"
|
||||
async src="//gc.zgo.at/count.js"></script>
|
||||
</html>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
content="Rants of a wandering techy, in search of truth, knowledge, and a decent ping." />
|
||||
<meta name="author" content="{{ page.author}}" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="canonical" href="{{ site.url}}{{ page.url }}" />
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{{ site.url }}/src/styles/corrupt_layout.css" />
|
||||
<link rel="stylesheet" type="text/css"
|
||||
|
@ -49,4 +50,6 @@
|
|||
{% 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