Add GoatCounter
This commit is contained in:
parent
32d9c5dcc2
commit
9d1ec4fb42
1 changed files with 15 additions and 8 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
{{ $millironx := resources.Get "graphics/millironx.svg" }}
|
||||
|
||||
|
||||
<body>
|
||||
<div class="container-fluid">
|
||||
<div class="row wrapper min-vh-100 flex-column flex-sm-row">
|
||||
|
@ -65,8 +66,7 @@
|
|||
<li class="nav-item">
|
||||
<a class="nav-link pl-0" href="/ai">
|
||||
<i class="fax fa-bull-sperm"></i>
|
||||
<span class="">Artificial Insemination</span
|
||||
>
|
||||
<span class="">Artificial Insemination</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
|
@ -126,5 +126,12 @@
|
|||
{{ $ttjs := resources.Get "scripts/tooltip-enable.js" | minify }}
|
||||
{{ $bootstrapbundle := slice $popperjs $twbsjs $ttjs | resources.Concat "js/bootstrap-bundle.js" | fingerprint }}
|
||||
<script src="{{ $bootstrapbundle.Permalink }}"></script>
|
||||
|
||||
<!-- GoatCounter -->
|
||||
<script
|
||||
data-goatcounter="https://millironx.goatcounter.com/count"
|
||||
async
|
||||
src="//gc.zgo.at/count.js"
|
||||
></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue