Skip to content

Commit

Permalink
Add alt tag on footer-logo img entity
Browse files Browse the repository at this point in the history
  • Loading branch information
John Sambrook committed Jan 4, 2025
1 parent 544df7e commit 9523102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<footer>
<div id="footer-main">
<div id="footer-about">
<img id="footer-logo" src="{{ '/assets/img/logo.png' | relative_url }}">
<img id="footer-logo" src="{{ '/assets/img/logo.png' | relative_url }}" alt="Common Sense Systems">
<div id="footer-slogan">Common Sense Systems has provided business process improvement and software engineering services since 1996.</div>
</div>
<div id="footer-subscribe">
Expand Down

0 comments on commit 9523102

Please sign in to comment.