meta icon indicating copy to clipboard operation
meta copied to clipboard

BUG: missing self referencing links

Open bsipocz opened this issue 1 year ago • 0 comments

At the top of the pages the URLs added into the meta are not available in the deployed pages.

Annoyingly I screenshotted the the linkchecker CI status from this PR (https://github.com/executablebooks/meta/actions/runs/10859590620) not knowing if these summary logs would disappear with time or not:

Screenshot 2024-09-13 at 21 49 16

In my local build I see this link at the top of the contribute.html file:


  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="Contribute to this project" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://executablebooks.org/en/latest/contribute.html" />
<meta property="og:site_name" content="Executable Book Project" />
<meta property="og:description" content="This page contains pointers and links to help you contribute to this project. Our team compass: The Team Compass is a source of truth for our team structure and policy. It also has a lot of informa..." />
<meta property="og:image:width" content="1146" />
<meta property="og:image:height" content="600" />
<meta property="og:image" content="https://executablebooks.org/en/latest/_images/social_previews/summary_contribute_478c220f.png" />
<meta property="og:image:alt" content="This page contains pointers and links to help you contribute to this project. Our team compass: The Team Compass is a source of truth for our team structure..." />
<meta name="description" content="This page contains pointers and links to help you contribute to this project. Our team compass: The Team Compass is a source of truth for our team structure and policy. It also has a lot of informa..." />
<meta name="twitter:card" content="summary_large_image" />

    <title>Contribute to this project</title>

However, on RTD I see this instead:


  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="Contribute to this project" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://executablebooks.org/en/latest/contribute/" />
<meta property="og:site_name" content="Executable Book Project" />
<meta property="og:description" content="This page contains pointers and links to help you contribute to this project. Our team compass: The Team Compass is a source of truth for our team structure and policy. It also has a lot of informa..." />
<meta property="og:image:width" content="1146" />
<meta property="og:image:height" content="600" />
<meta property="og:image" content="https://executablebooks.org/en/latest/_images/social_previews/summary_contribute_478c220f.png" />
<meta property="og:image:alt" content="This page contains pointers and links to help you contribute to this project. Our team compass: The Team Compass is a source of truth for our team structure..." />
<meta name="description" content="This page contains pointers and links to help you contribute to this project. Our team compass: The Team Compass is a source of truth for our team structure and policy. It also has a lot of informa..." />
<meta name="twitter:card" content="summary_large_image" />

bsipocz avatar Sep 14 '24 04:09 bsipocz