feat: Implement public blog post listing and individual post viewing with new public handlers and templates, adding chrono for date formatting.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<td>{{ post.id }}</td>
|
||||
<td>{{ post.title }}</td>
|
||||
<td>{{ post.visibility }}</td>
|
||||
<td>{{ post.created_at }}</td>
|
||||
<td>{{ post.formatted_created_at() }}</td>
|
||||
<td>
|
||||
<a href="/__dungeon/posts/edit/{{ post.id }}">Edit</a> |
|
||||
<form method="POST" action="/__dungeon/posts/delete/{{ post.id }}" style="display:inline;">
|
||||
|
||||
Reference in New Issue
Block a user