From 478cde910dd47f8b0dde24d42e0546d59500ac28 Mon Sep 17 00:00:00 2001 From: Ollie Ballinger <58981760+oballinger@users.noreply.github.com> Date: Mon, 17 Apr 2023 12:10:59 +0100 Subject: [PATCH] logo path --- chapters/_quarto.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chapters/_quarto.yml b/chapters/_quarto.yml index 1c7a2b6..e6b9392 100644 --- a/chapters/_quarto.yml +++ b/chapters/_quarto.yml @@ -31,9 +31,9 @@ book: repo-actions: [edit] downloads: [pdf, epub] sharing: [twitter, facebook] - favicon: ../favicon.ico + favicon: favicon.ico sidebar: - logo: ../images/logo_white.png + logo: images/logo_white.png collapse-level: 1 @@ -57,4 +57,4 @@ format: - \@addtoreset{chapter}{part} - \makeatother epub: - cover-image: ../images/logo_black.png + cover-image: images/logo_black.png