-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
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
"twitter:creator" is set wrong with multiple users #221
Comments
If that helps, I am still able to get the twitter user via: "{{author[page.author].twitter}}". |
@mehmandarov are you able to push up a failing test to reproduce this? It should only use |
This issue has been automatically marked as stale because it has not been commented on for at least two months. The resources of the Jekyll team are limited, and so we are asking for your help. If this is a bug and you can still reproduce this error on the If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial. This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions. |
@benbalter: I have a configuration that gives that error available online – both config and the running site. Not yet sure how to reproduce this in the tests as I need to set up the dev environment. |
This issue has been automatically marked as stale because it has not been commented on for at least two months. The resources of the Jekyll team are limited, and so we are asking for your help. If this is a bug and you can still reproduce this error on the If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial. This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions. |
I'm currently experiencing what I think this issue describes. Here's some more information about what's happening. Context: I'm seeing The issue with only use site.author if page.author (or page.authors.first) is empty referenced above is that Here's an example of my frontmatter:
Here's the resulting open graph data.
It would be great to be able to either globally define Thanks. (For further context and to see a working example here's the repo if it's helpful https://github.com/benbrignell/principles.design) |
Yes, this seems to be the same error, @benbrignell. |
You can do this via front matter defaults, setting the default author twitter globally, and then overriding per post. |
Thanks Ben, how would I override per post if only author is used (as above), when author is an actual name not a Twitter handle? (If that makes sense) |
This issue has been automatically marked as stale because it has not been commented on for at least two months. The resources of the Jekyll team are limited, and so we are asking for your help. If this is a bug and you can still reproduce this error on the If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial. This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions. |
When having several authors, <meta name="twitter:creator"...> gets set to "@username" (from _config.yml) and not "@author.twitter".
The text was updated successfully, but these errors were encountered: