1
0
Fork 0
forked from wezm/wezm.net

Fix feed icon on articles page

This commit is contained in:
Wesley Moore 2016-09-29 21:44:31 +10:00
parent a5e25cb702
commit ebf6668f70

View file

@ -33,7 +33,7 @@
active = (@item.identifier.sub(%r{page/$}, '') == path) active = (@item.identifier.sub(%r{page/$}, '') == path)
%> %>
<li> <li>
<a href="<%= feed %>"><img class="feed-icon" src="/images/black-feed-icon.png" width="12" height="12" alt="Black Feed Icon" /></a> <a href="<%= feed %>"><img class="feed-icon" src="/images/feed-icon.svg" width="12" height="12" alt="Feed Icon" /></a>
<a href="<%= path %>"<%= %Q{class="active"} if active %>><%= label %></a> (<%= count %>) <a href="<%= path %>"<%= %Q{class="active"} if active %>><%= label %></a> (<%= count %>)
</li> </li>
<% end %> <% end %>