summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/index.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/index.tmpl b/template/index.tmpl
index d74f415..2e7f2cc 100644
--- a/template/index.tmpl
+++ b/template/index.tmpl
@@ -4,7 +4,7 @@
{{define "content"}}
<section>
- <h3>{{template "title"}}</h3>
+ <h2>{{template "title"}}</h2>
{{template "list" .Data}}
</section>
{{end}}