From ea9f10193a1644a45ea441eb46624ca5c24bc975 Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson Date: Thu, 18 Jul 2024 20:52:46 +0200 Subject: [PATCH] Correcting author param to new format in examplesite. --- exampleSite/config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 3155ade6..727c6e3a 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -9,10 +9,6 @@ removePathAccents: true paginate: 10 paginatePath: "page" rssLimit: 20 -author: - name: "Your Name" - url: "https://example.org/somepage" - avatar: "path/to/some-image.jpg" outputFormats: SearchIndex: @@ -40,3 +36,7 @@ params: realfavicongenerator: true sidebar: true submitted: true + author: + name: "Your Name" + url: "https://example.org/somepage" + avatar: "path/to/some-image.jpg"