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
og:image
content
asset_path
see code line
This line
<%%= tag :meta, property: 'og:image', content: asset_path('images/govuk-opengraph-image.png') %>
generates html
<meta property="og:image" content="asset_path('images/govuk-opengraph-image.png')">
To fix we need it to interpret the asset_path i imagine so the resulting html looks something like:
<meta property="og:image" content="/assets/images/govuk-opengraph-image-7802ee6164ac49920a8f1a71a3d148dc70e23963.png">
The text was updated successfully, but these errors were encountered:
This seems like it's working to me now @jsugarman. Sorry for the massive delay, nobody's been keeping an eye on this repo.
Sorry, something went wrong.
No branches or pull requests
see code line
This line
<%%= tag :meta, property: 'og:image', content: asset_path('images/govuk-opengraph-image.png') %>
generates html
To fix we need it to interpret the
asset_path
i imagine so the resulting html looks something like:The text was updated successfully, but these errors were encountered: