see previous but more 😭

This commit is contained in:
2026-05-30 21:18:00 +01:00
parent a52c57f3ea
commit 27149b1f01
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
</span>
<br/>
<div id="post-edit">
<a href="<%= config.site_path %><%= config.edit_post_base_url %>/<%= post["id"] %>">
<a href="<%= config.site_path %>/<%= config.edit_post_base_url %>/<%= post["id"] %>">
<img class='icon' src='<%= config.site_path %>/icons/edit.png' alt='<%= locale.edit_post %>' title='<%= locale.edit_post %>'>
</a><br/>
</div>