forked from wezm/wezm.net
Fix feed icon on articles page
This commit is contained in:
parent
a5e25cb702
commit
ebf6668f70
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||||
|
|
Loading…
Reference in a new issue