From c279dd72cdbfbc98f957db7e5d7bdbc21bb06d65 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Mon, 16 Aug 2021 17:06:59 +1000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20Hugo=20schema=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/head.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index dd2e8c61..f9fb7ad1 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -56,8 +56,12 @@ {{/* Social */}} {{ template "_internal/opengraph.html" . }} {{ template "_internal/twitter_cards.html" . }} + {{/* Schema */}} + {{ template "_internal/schema.html" . }} {{/* Generator */}} - {{ hugo.Generator }} + {{ if .Site.Params.attribution | default true }} + {{ hugo.Generator }} + {{ end }} {{/* Me */}} {{ with .Site.Author.name }}{{ end }} {{ with .Site.Author.links }}