From dd1561a3bbf76f447ef3d549ea6ccec86e4c0def Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 5 Jun 2023 08:50:36 +0200 Subject: [PATCH] preconnect to goatcounter & update schema --- config.yaml | 3 +++ layouts/partials/extend_head.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config.yaml b/config.yaml index 12242eb..dcd05f2 100644 --- a/config.yaml +++ b/config.yaml @@ -43,6 +43,9 @@ params: showtoc: false tocopen: false + schema: + publisherType: 'Person' + assets: disableHLJS: true theme_color: "#ffffff" diff --git a/layouts/partials/extend_head.html b/layouts/partials/extend_head.html index dc5f3db..b0ef4f3 100644 --- a/layouts/partials/extend_head.html +++ b/layouts/partials/extend_head.html @@ -1,3 +1,6 @@ {{ if .Params.custom_css }} {{ end }} +{{ if hugo.IsProduction }} + +{{ end }}