diff --git a/views/posts/tag.ejs b/views/posts/tag.ejs index 309e94c..b7fd07e 100644 --- a/views/posts/tag.ejs +++ b/views/posts/tag.ejs @@ -2,6 +2,7 @@ <%= post.title %> <%- func.render_md(post.content) %>
+<%= locale.edit_post %>
<%= locale.permalink %>
<%- func.hyperlink_tags(post.tags) %>
diff --git a/views/posts/timeline.ejs b/views/posts/timeline.ejs index b22ec59..5ba72ff 100644 --- a/views/posts/timeline.ejs +++ b/views/posts/timeline.ejs @@ -2,6 +2,7 @@ <%= post.title %> <%- func.render_md(post.content) %>
+<%= locale.edit_post %>
<%= locale.permalink %>
<%= locale.written_by %> <%= user.username %>
diff --git a/views/posts/user.ejs b/views/posts/user.ejs index d33ed3a..a44837f 100644 --- a/views/posts/user.ejs +++ b/views/posts/user.ejs @@ -2,6 +2,7 @@ <%= post.title %> <%- func.render_md(post.content) %>
+<%= locale.edit_post %>
<%= locale.permalink %>