From a6e450cf717ce9ba8ffb640893bb79a17b7e52f2 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 3 Mar 2024 21:55:35 +0100 Subject: [PATCH] try to fix broken logo and favicon --- theme/src/main/assets/page.st | 2 +- theme/src/main/assets/partials/nav.st | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/src/main/assets/page.st b/theme/src/main/assets/page.st index d5c51c5..f021ae9 100644 --- a/theme/src/main/assets/page.st +++ b/theme/src/main/assets/page.st @@ -46,7 +46,7 @@ $! $ elseif (page.properties.("material.author")) $ $ endif $ - + $ if (page.properties.("title")) $ $page.properties.("title")$ $ elseif (page.title) $ diff --git a/theme/src/main/assets/partials/nav.st b/theme/src/main/assets/partials/nav.st index f0471b9..521b9d2 100644 --- a/theme/src/main/assets/partials/nav.st +++ b/theme/src/main/assets/partials/nav.st @@ -30,7 +30,7 @@ $! $page.properties.("material.logo.icon")$ $ else $ $ if (page.properties.("material.logo.uri")) $ - + $ else $ $endif$