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 name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>{{ .Title }} - {{ .Site.Title }}</title>
|
||||
{{ $twbssass := resources.Get "styles/mix-twbs.scss" | resources.ToCSS | minify | resources.PostProcess }}
|
||||
<link href="{{ $twbssass.Permalink }}" rel="stylesheet" />
|
||||
{{ $twbssass := resources.Get "styles/mix-twbs.scss" | resources.ToCSS | minify | resources.PostProcess }}
|
||||
<link href="{{ $twbssass.Permalink }}" rel="stylesheet" />
|
||||
</head>
|
||||
|
||||
{{ $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">
|
||||
|
@ -98,11 +98,11 @@
|
|||
</header>
|
||||
</div>
|
||||
{{ block "main" . }}
|
||||
<section class="container-fluid list-main">
|
||||
<div class="container px-5">
|
||||
<section class="container-fluid list-main">
|
||||
<div class="container px-5">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
</main>
|
||||
</div>
|
||||
|
@ -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