Merge pull request #9 from VagabondAzulien/goatcounter

Add GoatCounter for site analytics
This commit is contained in:
Bill Niblock 2021-12-19 21:20:33 -05:00 committed by GitHub
commit 3623223496
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 0 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>