aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 2a30a14..6b3f0a4 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -2,9 +2,9 @@
<header>{{- partial "header.html" . -}}</header>
<article class="h-entry">
-<h3 class="post-title">
+<h2 class="post-title">
<a href="{{ .RelPermalink }}" class="item-link">{{ .Title }}</a>
- </h3>
+</h2>
<div class="e-content">{{ .Content }}</div>
</article>