Added a pipe | between the edit and RSS/ATOM buttons to make them more

seperated
This commit is contained in:
2025-11-05 10:47:11 +00:00
parent c3de930b50
commit ef8711b0e1

View File

@@ -7,6 +7,7 @@
<a if='edit-account-link' href="<%= config.edit_account_base_url %>/<%= userID %>">
<img class='icon' src='/icons/edit.png' alt='<%= locale.edit_account %>' title='<%= locale.edit_account %>'>
</a>
|
<a id='rss-link' href="/user/<%= user.username %>/rss">
<img class='icon' src='/icons/rss.png' alt="<%= locale.rss_feed %>" title='<%= locale.rss_feed %>'>
</a>