-
Notifications
You must be signed in to change notification settings - Fork 437
Missing Open Graph tags #14306
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthtmlIssues with HTML and related web technology (html/css/scss/js)Issues with HTML and related web technology (html/css/scss/js)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthtmlIssues with HTML and related web technology (html/css/scss/js)Issues with HTML and related web technology (html/css/scss/js)
Type
Fields
Give feedbackNo fields configured for issues without a type.
At present Quarto inserts a number of Open Graph tags into blog posts.
There are, however, a couple of important tags missing:
og:typeandog:url.These tags were also mentioned in #4882.
See also #14305 for proposed solution.
I have:
Steps to Reproduce
Create a Quarto blog. Check
<head>in rendered content.Actual Behaviour
Expected Behaviour
Environment
This issue applies to Quarto 1.8.27 on Linux but I believe will be present in other versions and on other platforms.