ensure all images have alt text

This commit is contained in:
Dean Attali 2020-08-23 22:21:47 +00:00
parent 43d79b6dc9
commit 1db4dd96fa
3 changed files with 3 additions and 3 deletions

View file

@ -9,5 +9,5 @@ permalink: /404.html
<h1>Move along. (404 error)</h1>
<br/>
<img src="{{ 'assets/img/404-southpark.jpg' | relative_url }}" />
<img src="{{ 'assets/img/404-southpark.jpg' | relative_url }}" alt="Not found" />
</div>