improvements

This commit is contained in:
Henrique Dias
2015-09-18 13:52:10 +01:00
parent abb9c4efe1
commit f7227520ea
14 changed files with 125 additions and 142 deletions

View File

@@ -6,14 +6,12 @@
</header>
<main>
{{ with .Body }}
<div class="content">
<form method="POST" action="/admin/settings">
{{ template "frontmatter" . }}
{{ template "frontmatter" .Settings }}
<input type="submit" data-message="Settings updated." data-regenerate="true" value="Save">
</form>
</div>
{{ end }}
</main>
{{ end }}