* added "quotes" to the locales

* made all the ejs pages use "postID" as the variable for post indexes
* split up en-GB and en-US
This commit is contained in:
2025-08-27 18:30:26 +01:00
parent c73ce69f93
commit 27b9ee6437
10 changed files with 94 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
<%= post.title %>
</h3>
<%- func.render_md(post.content) %><br/>
<a href="<%= config.edit_post_base_url %>/<%= post_index %>"><%= locale.edit_post %></a><br/>
<a href="<%= config.edit_post_base_url %>/<%= postID %>"><%= locale.edit_post %></a><br/>
<a href="/post/<%- postID %>"><%= locale.permalink %></a><br/>
<%- func.hyperlink_tags(post.tags) %>
<br/>