Add GoatCounter
This commit is contained in:
parent
32d9c5dcc2
commit
9d1ec4fb42
1 changed files with 15 additions and 8 deletions
|
@ -5,12 +5,13 @@
|
||||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>{{ .Title }} - {{ .Site.Title }}</title>
|
<title>{{ .Title }} - {{ .Site.Title }}</title>
|
||||||
{{ $twbssass := resources.Get "styles/mix-twbs.scss" | resources.ToCSS | minify | resources.PostProcess }}
|
{{ $twbssass := resources.Get "styles/mix-twbs.scss" | resources.ToCSS | minify | resources.PostProcess }}
|
||||||
<link href="{{ $twbssass.Permalink }}" rel="stylesheet" />
|
<link href="{{ $twbssass.Permalink }}" rel="stylesheet" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
{{ $millironx := resources.Get "graphics/millironx.svg" }}
|
{{ $millironx := resources.Get "graphics/millironx.svg" }}
|
||||||
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row wrapper min-vh-100 flex-column flex-sm-row">
|
<div class="row wrapper min-vh-100 flex-column flex-sm-row">
|
||||||
|
@ -65,8 +66,7 @@
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link pl-0" href="/ai">
|
<a class="nav-link pl-0" href="/ai">
|
||||||
<i class="fax fa-bull-sperm"></i>
|
<i class="fax fa-bull-sperm"></i>
|
||||||
<span class="">Artificial Insemination</span
|
<span class="">Artificial Insemination</span>
|
||||||
>
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
|
@ -98,11 +98,11 @@
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
{{ block "main" . }}
|
{{ block "main" . }}
|
||||||
<section class="container-fluid list-main">
|
<section class="container-fluid list-main">
|
||||||
<div class="container px-5">
|
<div class="container px-5">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
@ -126,5 +126,12 @@
|
||||||
{{ $ttjs := resources.Get "scripts/tooltip-enable.js" | minify }}
|
{{ $ttjs := resources.Get "scripts/tooltip-enable.js" | minify }}
|
||||||
{{ $bootstrapbundle := slice $popperjs $twbsjs $ttjs | resources.Concat "js/bootstrap-bundle.js" | fingerprint }}
|
{{ $bootstrapbundle := slice $popperjs $twbsjs $ttjs | resources.Concat "js/bootstrap-bundle.js" | fingerprint }}
|
||||||
<script src="{{ $bootstrapbundle.Permalink }}"></script>
|
<script src="{{ $bootstrapbundle.Permalink }}"></script>
|
||||||
|
|
||||||
|
<!-- GoatCounter -->
|
||||||
|
<script
|
||||||
|
data-goatcounter="https://millironx.goatcounter.com/count"
|
||||||
|
async
|
||||||
|
src="//gc.zgo.at/count.js"
|
||||||
|
></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue