From 8f386c5b5ab1629be051ef1a864c5613cca9e99c Mon Sep 17 00:00:00 2001 From: Marcus Wilson Date: Wed, 2 Oct 2024 02:18:08 +0000 Subject: [PATCH] Set brand image to be a static url since the template didnt like the blog subdirectory --- hugo.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo.yml b/hugo.yml index 662d8dd..2143571 100644 --- a/hugo.yml +++ b/hugo.yml @@ -10,7 +10,8 @@ paginate: 10 pluralizelisttitles: false params: brand: Double Lunch Dispatch - brand_image: images/circular-me.png + remote_brand_image: https://mnw.sdf.org/blog/images/circular-me.png + #brand_image: /images/circular-me.png description: There's still time to blog ... dark_mode: true favicon: favicon.ico