From 78e4d8c0d8d72d3c5791593b000d56ab6b711226 Mon Sep 17 00:00:00 2001 From: Shravan Goswami Date: Thu, 7 Aug 2025 14:08:04 +0530 Subject: [PATCH] fix image url for open graph --- _quarto.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index c09c950c8..5d61099ca 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -10,11 +10,13 @@ website: title: "Turing.jl" site-url: https://turinglang.org description: "Turing.jl is a probabilistic programming language and Bayesian modelling framework for the Julia programming language." - image: assets/logo/turing-text-logo.jpg - favicon: "assets/favicon.ico" + image: /assets/logo/turing-text-logo.jpg + favicon: /assets/favicon.ico open-graph: title: "The Turing Language" locale: en_GB + image: /assets/logo/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/logo/turing-logo.svg" + logo: /assets/logo/turing-logo.svg # logo-href: https://turinglang.org/ -- Keep this commented so clicking on logo in dev mode doesn't redirect to the site left: - text: Get Started