From 4abc133ca9f566477ed60c03d988d4119d561492 Mon Sep 17 00:00:00 2001 From: Ivaylo Ivanov Date: Wed, 19 Feb 2025 12:04:42 +0100 Subject: [PATCH] Add url to schema, fix json --- layouts/partials/schema.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/layouts/partials/schema.html b/layouts/partials/schema.html index 71d81ea..8d66734 100644 --- a/layouts/partials/schema.html +++ b/layouts/partials/schema.html @@ -6,11 +6,12 @@ "name": "{{ .Site.Title }}", "url": "{{ .Site.BaseURL }}", "description": "{{ .Site.Params.description }}", - "thumbnailUrl": "{{ .Site.BaseURL }}favicon/favicon-32x32.png", + "thumbnailUrl": "{{ .Site.BaseURL }}favicon/favicon-32x32.png" } {{ else if .IsPage }} {{ $author := or (.Params.author) (.Site.Params.Author.name) }} +{{ $authorUrl := or (.Params.authorUrl) (.Site.Params.Author.url) }} {{ $org_name := .Site.Title }}