summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-06-19 18:35:30 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-06-19 18:35:30 +0200
commite1e1a14105b84a84373680ca6fd437985f3c1b65 (patch)
tree683d00442305c731f2338d16a8dedaa5a5f1cb4f
parent09f85ffd3eb84c605ef0b851a054fce310b9c8cf (diff)
Bump size
-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}}