You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sadly the generator still inserts automated og:description parsed from the site that's completely irrelevant:
<metaproperty="og:description" content="2023-12-13 Introducing OpenPGP- What is OpenPGP?, Who is the audience for this document?, Why not just use the OpenPGP RFC?, Which version of OpenPGP does this address?., A high-level view- Why Ope..." />
<metaproperty="og:description" content="The essential OpenPGP guide for application developers. Learn the OpenPGP standard for cryptographic operations and how to implement it in your projects. Gain insights into digital signatures, key management, certificates, and more. Version agnostic." />
Is there a way to globally override og:description or completely disable the automated generation? (I've checked the README but couldn't find any leads).
Thanks for your help! 👋
The text was updated successfully, but these errors were encountered:
I'm actually happy with the rest of the tags that the extension inserts (the rest of the OpenGraph tags).
But as you mention it's possible to do the same via raw template markup (but then I'd be replicating most of what this extension provides eg generation of og:url).
Hi,
I'd like to keep my
og:description
in the Sphinx conf.py file and not clutter the input files.I've used this to insert the tag:
Sadly the generator still inserts automated
og:description
parsed from the site that's completely irrelevant:Is there a way to globally override
og:description
or completely disable the automated generation? (I've checked the README but couldn't find any leads).Thanks for your help! 👋
The text was updated successfully, but these errors were encountered: