add set current date button to blog editor
This commit is contained in:
parent
0c2aaa0b38
commit
09c09b6310
3 changed files with 14 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
<label for="publish-date">Publish Date</label>
|
||||
<input type="datetime-local" name="publish-date" id="publish-date" value="{{.Post.TextPublishDate}}">
|
||||
<button type="button" id="set-current-date">Current date</button>
|
||||
|
||||
<label for="description">Description</label>
|
||||
<textarea
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue