jameshamann / jekyll-material-theme

A Jekyll Theme based on Material Design using Materialize.
MIT License
167 stars 214 forks source link

Images are Missing Alt Tags #40

Open alexives opened 6 years ago

alexives commented 6 years ago

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">