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

License support #10

Open
ericmagnuson opened this issue Dec 16, 2015 · 0 comments
Open

License support #10

ericmagnuson opened this issue Dec 16, 2015 · 0 comments

Comments

@ericmagnuson
Copy link
Owner

Luigi suggested via email to have support for license. It would feature semantically correct tags and potentially a link to the license homepage. The copyright info could be pulled automatically from the alt text string or, better yet, would be pulled from a data-copyright field.

Here's what the resulting markup could look like:

<figure> 
<img src="img/content/preview.jpg" alt="Alttext für das Bild" /> 
<figcaption>Caption goes here</figcaption> 
<footer><small><!-- copyright noice --></small></footer> 
</figure> 

Edit: If the <small> tag contains a link to the license, consider using rel="license". Also, include copyright info in the schema markup.

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

1 participant