aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 9ca38a7..b9dba40 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,6 +1,6 @@
{{ define "main" }}
<header>{{ partial "header.html" . }}</header>
- <h2>{{ .Title }}</h2>
+ <h1>{{ .Title }}</h1>
<time datetime="{{ .Date | time.Format "2006-01-02" }}">
{{ .Date | time.Format "2006-01-02" }}
</time>