CHANGE tracking
This commit is contained in:
parent
25ffefe77c
commit
dd6856f56b
1 changed files with 1 additions and 3 deletions
|
@ -33,9 +33,7 @@
|
|||
<link rel="icon" type="image/png" sizes="16x16" href="{{ if $favIcon.small }}{{ $favIcon.small }}{{ else }}/favIcon16x16.png{{ end }}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ if $favIcon.big }}{{ $favIcon.big }}{{ else }}/favIcon32x32.png{{ end }}">
|
||||
{{ with .Site.Params.tracking }}
|
||||
{{ with .plausible }}
|
||||
<script defer data-domain="{{ .dataDomain }}" src="{{ .src }}"></script>
|
||||
{{ end }}
|
||||
<script src="{{ . }}"></script>
|
||||
{{ end }}
|
||||
<link rel="stylesheet" type="text/css" href="/Font-Awesome/css/all.min.css">
|
||||
{{ $template := resources.Get "scss/index.scss" }}
|
||||
|
|
Loading…
Reference in a new issue