preconnect to goatcounter & update schema

This commit is contained in:
Gabriel Augendre 2023-06-05 08:50:36 +02:00
parent 9b748390a5
commit dd1561a3bb
2 changed files with 6 additions and 0 deletions

View file

@ -43,6 +43,9 @@ params:
showtoc: false
tocopen: false
schema:
publisherType: 'Person'
assets:
disableHLJS: true
theme_color: "#ffffff"

View file

@ -1,3 +1,6 @@
{{ if .Params.custom_css }}
<style>{{ .Params.custom_css | safeCSS }}</style>
{{ end }}
{{ if hugo.IsProduction }}
<link rel="preconnect" href="https://gc.gabnotes.org">
{{ end }}