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

Images are Missing Alt Tags #40

Open
alexives opened this issue Jul 22, 2018 · 0 comments
Open

Images are Missing Alt Tags #40

alexives opened this issue Jul 22, 2018 · 0 comments

Comments

@alexives
Copy link

A bunch of the image tags are missing alt tags on them, not sure if there's a way to make this configurable, but that'd be neat. The result is that a built site with this theme does not pass html-proofer.

_includes/blog-feed.html
7:        <img src="{{post.image}}">

_includes/contact.html
3:    <img class="activator" src="assets/images/contact4.png">

_includes/portfolio_cards.html
5:        <img class="activator" src="../assets/images/desk.jpg">
20:        <img class="activator" src="../assets/images/typewriter.jpg">
38:        <img class="activator" src="../assets/images/contact2.jpg" style="height:366px;">
53:          <img class="activator" src="../assets/images/contact4.png">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant