We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b34b2 commit 00e4119Copy full SHA for 00e4119
src/resources/filters/quarto-post/meta.lua
@@ -17,6 +17,7 @@ function quartoPostMetaInject()
17
-- that a citation is never allowed in the creator field
18
if meta.website ~= nil and meta.website['twitter-card'] ~= nil and type(meta.website['twitter-card']) == 'table' then
19
meta.website['twitter-card'].creator = nil
20
+ meta.website['twitter-card'].site = nil
21
end
22
23
return meta
0 commit comments