From e30ed8f06ae30b775921348c7ff36c205df426ef Mon Sep 17 00:00:00 2001 From: Shravan Goswami Date: Thu, 7 Aug 2025 14:04:38 +0530 Subject: [PATCH] fix urls for open graph --- _quarto.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index 059dcfd9a..9bab2644c 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -8,13 +8,15 @@ project: # These cannot be used as variables. They are reserved for the project configuration. website: title: "Turing.jl" - site-url: "https://turinglang.org/docs/" + site-url: "https://turinglang.org/docs" description: "Turing.jl is a probabilistic programming language and Bayesian modelling framework for the Julia programming language." - image: assets/images/turing-text-logo.jpg - favicon: "assets/favicon.ico" + image: /assets/images/turing-text-logo.jpg + favicon: /assets/favicon.ico open-graph: title: "The Turing Language" locale: en_GB + image: /assets/images/turing-text-logo.jpg + image-alt: "Turing.jl Logo" twitter-card: creator: "@Hong_Ge2" site: "@TuringLang" @@ -24,7 +26,7 @@ website: location: navbar type: overlay navbar: - logo: "assets/images/turing-logo.svg" + logo: "/assets/images/turing-logo.svg" logo-href: https://turinglang.org/ left: - text: Get Started