Added icons for RSS and ATOM to make it look nicer
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
</div>
|
||||
<div id="post-edit">
|
||||
<a href="<%= config.edit_post_base_url %>/<%= post["id"] %>">
|
||||
<img src='/icons/edit.png'>
|
||||
<img class='icon' src='/icons/edit.png' alt='<%= locale.edit_post %>' title='<%= locale.edit_post %>'>
|
||||
</a><br/>
|
||||
</div>
|
||||
<% if (config.enable_hitcount == true) { %>
|
||||
|
||||
Reference in New Issue
Block a user