Have got publishing to Netlify
This commit is contained in:
parent
8e0ffb6c24
commit
7ef6725bdb
23 changed files with 667 additions and 109 deletions
|
|
@ -5,6 +5,10 @@
|
|||
<input type="submit" value="Post">
|
||||
</form>
|
||||
|
||||
<form method="post" action="/sites/{{.site.ID}}/rebuild">
|
||||
<input type="submit" value="Rebuild">
|
||||
</form>
|
||||
|
||||
{{range .posts}}
|
||||
<div class="post">
|
||||
{{.Body}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue