We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-- ftd.document: title if { page.document-title != NULL }: $page.document-title title: $page.title og-title if { page.document-title != NULL }: $page.document-title og-title: $page.title description: $page.document-description description if { page.document-description == NULL }: $page.title og-image: $page.document-image
Earlier, this was how we used to pass the og:title and og: descriptions for sites, as this worked. But now, this code is not working.
og:title
og: descriptions
The text was updated successfully, but these errors were encountered:
siddhantk232
No branches or pull requests
Earlier, this was how we used to pass the
og:title
andog: descriptions
for sites, as this worked. But now, this code is not working.The text was updated successfully, but these errors were encountered: