From 3753d67f9d37536fbf64fda9f2455a4cad0f2829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Tue, 9 Jul 2024 00:31:51 +0200 Subject: [PATCH] fix: logo-alt broken when logo-href provided Fixes #10251 --- news/changelog-1.6.md | 4 ++++ src/resources/projects/website/templates/sidebar.ejs | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/news/changelog-1.6.md b/news/changelog-1.6.md index 31337d5dc4..e6a63a605b 100644 --- a/news/changelog-1.6.md +++ b/news/changelog-1.6.md @@ -17,6 +17,10 @@ All changes included in 1.6: - ([#10217](https://github.com/quarto-dev/quarto-cli/issues/10217)): Explicitly compute units for image dimensions in `typst` format when they're not given. - ([#10212](https://github.com/quarto-dev/quarto-cli/issues/10212)): Moves Pandoc variables to the function declaration for the default template. +## Website + +- ([#10251](https://github.com/quarto-dev/quarto-cli/issues/10251)): EJS template for website now uses proper object to get alt text for logo. + ## Engines ### `julia` diff --git a/src/resources/projects/website/templates/sidebar.ejs b/src/resources/projects/website/templates/sidebar.ejs index 11059e02f6..7a5b0163d6 100644 --- a/src/resources/projects/website/templates/sidebar.ejs +++ b/src/resources/projects/website/templates/sidebar.ejs @@ -36,7 +36,7 @@