Added a template for creating link posts
This commit is contained in:
parent
38ebb21a34
commit
836d6a337a
9 changed files with 231 additions and 23 deletions
13
templates/posts/new-link.html
Normal file
13
templates/posts/new-link.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<form method="post" action="/sites/{{.site.ID}}/posts/new-link">
|
||||
<p>
|
||||
<label>Link URL</label>
|
||||
<input type="text" name="link_url" value="" />
|
||||
</p>
|
||||
<p>
|
||||
<label>Via URL</label>
|
||||
<input type="text" name="via_url" value="" />
|
||||
</p>
|
||||
<div class="bottom-area">
|
||||
<input type="submit" value="Create Post">
|
||||
</div>
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue