Skip to content
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

Resolve external h-cards #44

Open
jeremycherfas opened this issue Aug 4, 2017 · 4 comments
Open

Resolve external h-cards #44

jeremycherfas opened this issue Aug 4, 2017 · 4 comments

Comments

@jeremycherfas
Copy link

Posts on my site https://jeremycherfas.net point to the home page for author. There is an h-card on the home page, but it does not get picked up at the moment.

Meanwhile, I'll try to add the h-card to individual posts.

@voxpelli
Copy link
Owner

voxpelli commented Aug 4, 2017

So basically the support for https://indieweb.org/authorship should be extended I guess

@jeremycherfas
Copy link
Author

That would be nice, but I don't suppose it is a huge priority.

@jeremycherfas
Copy link
Author

A little bump for this.

@jeremycherfas
Copy link
Author

I added an h-card, like this:

<div class="h-card">
<data class="u-url" value="https://jeremycherfas.net"></data>
<data class="p-name" value="Jeremy Cherfas"></data>
<data class="u-photo" value ="https://www.jeremycherfas.net/user/plugins/aboutme/assets/avatars/zoot.jpg"></data>
<data class="u-email" value="mailto:jcherfas@fastmail.fm"></data> 
</div>

But still all values for Author are null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants