Added icons for RSS and ATOM to make it look nicer

This commit is contained in:
deadvey
2025-10-24 13:59:41 +01:00
parent 9f0eb13bb4
commit ddf9fcae13
9 changed files with 20 additions and 11 deletions

View File

@@ -24,7 +24,7 @@
<br/>
<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>
</div>