fixed some button paths

This commit is contained in:
2026-05-30 21:16:26 +01:00
parent d895bbcb8c
commit a52c57f3ea
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,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>