This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit 03dc3cb8da03f69039855846bbe0e8e60c8aecab Author: Pasquale Congiusti <[email protected]> AuthorDate: Wed Nov 30 10:18:21 2022 +0100 Update layouts/partials/header.html Co-authored-by: Zoran Regvart <[email protected]> --- layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 709e195d..fabf8ba8 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -31,7 +31,7 @@ <meta property="og:type" content="website"> {{ $featured := (.Resources.ByType "image").GetMatch "*featured*" }} {{ with $featured }} - <meta property="og:image" content="https://camel.apache.org{{ $featured.RelPermalink }}"> + <meta property="og:image" content="{{ $featured.Permalink }}"> {{ else }} <meta property="og:image" content="{{ .Site.Params.organizationLogo }}"> {{ end }}
