Added a template for creating link posts

This commit is contained in:
Leon Mika 2025-03-11 21:17:59 +11:00
parent 38ebb21a34
commit 836d6a337a
9 changed files with 231 additions and 23 deletions

View file

@ -1,5 +1,6 @@
<div>
<a href="/sites/{{.site.ID}}/posts/new">New Post</a>
<a href="/sites/{{.site.ID}}/posts/new">New Post</a> |
<a href="/sites/{{.site.ID}}/posts/new-link">New Link Post</a>
</div>
{{range .posts}}