forked from wezm/wezm.net
Add alt tag to feed icon
This commit is contained in:
parent
d6750fb289
commit
aabdf612bc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<div id="technical" class="column">
|
||||
<div>
|
||||
<h1>Technical
|
||||
<sup><a href="/technical/feed.xml"><img src="/images/black-feed-icon.png" width="12" height="12" /></a></sup>
|
||||
<sup><a href="/technical/feed.xml"><img src="/images/black-feed-icon.png" width="12" height="12" alt="Black Feed Icon" /></a></sup>
|
||||
</h1>
|
||||
<ul class="articles">
|
||||
<% technical_articles[0..4].each do |article| %>
|
||||
|
|
Loading…
Reference in a new issue