remove comments and update js

This commit is contained in:
Henrique Dias
2015-09-17 14:21:08 +01:00
parent 8f31f5896c
commit f2362a6dcf
4 changed files with 8 additions and 140 deletions

View File

@@ -4,9 +4,7 @@
<div class="content">
<h1>Settings</h1>
<form method="POST" action="/admin/settings">
<div class="data">
{{ template "frontmatter" . }}
</div>
{{ template "frontmatter" . }}
<input type="submit" data-message="Settings updated." value="Save">
</form>
</div>